- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2024 11:54 PM
I have a catalog Item where in I have 3 different variables (Indevelopment,Preposition,Live).I have a table "which stores the dates in multiple records meaning Indevelopment of CI will have 1 record with start date,Preposition of CI will have 1 record with start date etc...
Need to retrieve the start dates and fill it in the Item form.Tried with below script but multiple record values I need in same form.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 12:37 AM
For each record create an object and push it into the array like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 02:16 AM
Hello Jake,
Thanks for the quick reply and fix.
Since I am trying to retrieve the date field,I have used .getValue() and below is my modified script with logs.
*** Script: Inside FOR>>>>Proposition,
*** Script: Inside FOR>>>>Live,2023-01-31
*** Script: Inside FOR>>>>In Development,2021-10-28
*** Script: INDEV>>>>2021-10-28
*** Script: PROPOSITION>>>>
*** Script: LIVE>>>>2023-01-31