Creating Service Catalog through template #12
shaumik100x
started this conversation in
Ideas
Replies: 1 comment
-
Hi @shaumik100x, building a Catalog Item using a template is a feature of The Record API is meant to create a raw XML from the data provided similar to how you would create a We have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we are building Service Catalog using Record API. We are manually querying
sc_template
andsc_template_detail
to figure out which fields to include when building the Service Catalog using the Record API. It's a lot of work figuring all these out.I was trying to do something like this
However, this doesn't work since for sc_cat_item, the template column is
sys_template
which doesn't seem to have the values of sc_template. Moreover, I don't see any business rules where setting template brings in the configurations from the template that i can override.For v4 if there's a plan for template in Catalog API that would be great. For now, is there a way to use template creating Catalog Item using Record API?
Beta Was this translation helpful? Give feedback.
All reactions