- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 02:39 AM
Hi There,
While I'm working with the Record Producers i ran into a doubt.
For example:
There is a custom table say 'T1' and there is a choice field with name city, there are a list of choice in that city field.
Now i'm required to create a record producer for T1 to show that form on service catalog. So is there any possibility to get all the choices of city field in T1 to the city question in record producer without manually adding the question choices.
Also i would like to know that how we will make all the UI policies and client scripts applied to table T1 work for record producer.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 03:31 AM
@Kiran Maruthi It is possible to show choice list of city field of table T1 in variable of record producer. You need to create "Select Box" type of variable. Then select T1 table in choice table field and "city" field in "Choice field" as shown below
If you want create any logic on record producer form on portal, then you need to explicitly create UI policy's and client script on record producer only.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 03:31 AM
@Kiran Maruthi It is possible to show choice list of city field of table T1 in variable of record producer. You need to create "Select Box" type of variable. Then select T1 table in choice table field and "city" field in "Choice field" as shown below
If you want create any logic on record producer form on portal, then you need to explicitly create UI policy's and client script on record producer only.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!