Hi all,
below is collection which insert or update some Test table.
How to achieve for marked field eventDate, when operation is Update, to skip update of this field?
So when operation is Insert all fields are inserted but when operation is Update skip only update of the field eventDate but perform update on other fields?
This is easy to achieve when GUI is used but how to do it in the JS code?
Regards,
Milan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
In e4x you don't need to call the new XML() constructor on inlined xml (no-op), the xml can be inlined directly with the code.
The @lastModified field is managed by xtk and so can't be updated via xtk.
What you have there is correct otherwise, operation="insertOrUpdate" is upsert in Campaign.
Are you asking about applying the attributes enabledIf and enabledOperation from the workflow update activity?
Thanks,
-Jon
Views
Replies
Total Likes
Hi,
In e4x you don't need to call the new XML() constructor on inlined xml (no-op), the xml can be inlined directly with the code.
The @lastModified field is managed by xtk and so can't be updated via xtk.
What you have there is correct otherwise, operation="insertOrUpdate" is upsert in Campaign.
Are you asking about applying the attributes enabledIf and enabledOperation from the workflow update activity?
Thanks,
-Jon
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies