Replicate the choice list of choice filed from a table to record producer question.

Kiran Maruthi
Tera Contributor

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.  

1 ACCEPTED SOLUTION

SANDEEP28
Mega Sage

@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

 

SANDEEP28_0-1693564115029.png

 

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 !!  

 

View solution in original post

1 REPLY 1

SANDEEP28
Mega Sage

@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

 

SANDEEP28_0-1693564115029.png

 

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 !!