Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Data Management Update Job - Setting field with values from same record

AndyH_wood
Tera Contributor

Hi folks,

 

Has anyone used / know of Data Management syntax to put in an existing field on the same record as the new value for an update ?? e.g. As illustrated, I tried "Javascript:current......"  but no luck.

 

AndyH_wood_1-1747320499117.png

 

I was trying to avoid the use of pure scripting as DM is a lot more structured for re-use and rollbacks. I was just hoping that there is a hidden syntax or workaround that didn't make it to the documentation.

 

Grateful for any inroads on this (or a definite 'No' would suffice) 

 

Andy

 

 

1 ACCEPTED SOLUTION

Chaitanya ILCR
Giga Patron

Hi @AndyH_wood ,

 

no it's not supported 

update job is only capable of updating static values

 

you can use fix script or background scripts for your requirement

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

View solution in original post

2 REPLIES 2

Chaitanya ILCR
Giga Patron

Hi @AndyH_wood ,

 

no it's not supported 

update job is only capable of updating static values

 

you can use fix script or background scripts for your requirement

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

Thanks Chaitanya,

 

Always good to have a second opinion and a lot of reading and searching since the original question. I'll use the fix script / rollback.

 

It would be nice to have though 🙂

 

Andy