How to create a catalog item from an item in a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 01:27 PM
I created my own application with a table that I've populated with information. I want to create a catalog item from any of those records I've created. I have a UI Action that says "create catalog item" inside of the table, but I'm not sure how to script it. Help??
- Labels:
-
Integrations
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 01:34 PM
Do you want to create a catalog item or you want to create a request item?
Kind regards,
Sourabh D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 01:38 PM
Not sure if I am correct, but I want to create a catalog item so that then
others can request it from the service catalog
On Tue, Aug 23, 2016 at 1:34 PM, sourabhd87@gmail.com <
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 01:47 PM
Then probably you want to make a Record Producer to create a new record on the new custom table you created. Catalog Items are usually only for Request Items, but you can publish any kind of Record Producer inside the catalog. So play around with creating a Record Producer!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2016 01:46 PM
For that you will require to have enough fields in the table you created.
For eg:
Name, Availability Workflow, Category, Catalogs etc. which are already required for creating a catalog item.
On top of that to have the fields in the catalog item, you will require at least:
Type, Question, Name. If the fields are reference fields then you will require reference table and reference qualifier.
Then you can query the sc_cat_item, question table and insert all the data gathered in the respective table.
Kind regards,
Sourabh D