We are building a process that will ingest a file of values from a source. Our intent is to use this data to produce a drop down list in a form for some data entry. This is accomplished via an Enumeration set as the dbEnum value that drives rendering.
As values may be added and removed from the source, we need to be able to do the same with this Enumeration. Decisions on whether to use a truncate and reload vs an incremental load strategy are TBD, but we need to understand the options. Is there a way to add/remove/clear an Enumeration's data via JavaScript?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ryan_Bard ,
You can try this approach: create a enumeration in /Administration/Platform/Enumerations/
And in import workflow, use Update data activity > Update dimension as 'Enumeration value (xtk:enumValue)'
And reconcile with Enumeration's primary key or internal name of the enumeration created in previous step and select operation as either insert or as Delete depends on your plan.
Example,
Hi @Ryan_Bard ,
You can try this approach: create a enumeration in /Administration/Platform/Enumerations/
And in import workflow, use Update data activity > Update dimension as 'Enumeration value (xtk:enumValue)'
And reconcile with Enumeration's primary key or internal name of the enumeration created in previous step and select operation as either insert or as Delete depends on your plan.
Example,
Thank you very much for the guidance!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies