Fetch custom field data automatically to a catalog item variable dynamically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 07:51 AM
Hi All,
Please help me out to find the solution of mentioned requirement .
Requirement is I have 3 custom field (string) in a table . Also I have a catalog item with same variables. I want to fetch value from 3 custom field to variables in catalog item dynamically. If I write 'test' on custom field of the table then it should automatically reflect on that catalog item variable. If I leave blank then variable should be blank.
I also tried a client callable script include but did not get desired result.
Please reply asap .
@Ravi Gaurav ,@Sandeep Rajput, @AG - LearnNGrow, @Ankur Bawiskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 11:44 AM
Table name - catalog Item
Before update business rule applied and wrote your script
Still did not get the result.
Could you please guide more ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 10:00 AM
I want for a specific record of the table not for all the records.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 12:14 PM
Just to clarify, you have a String variable on a custom table? Currently there are 3 records in that table? You want the options of a field on a Catalog Item to be those values from your String variable on your table? That way if you add a 4th record ("test") it would automatically show up on new CI requests as an option?