function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anil ChunduAnil Chundu 

How to append a text field which is update from castiron integration

Hi all,

I have a text a text field which is updating from Castiron integration.  Everytime integration runs that field value is updating with new value.
Now i want that field should contains that old value should be append to updated value for tracking what are the values upadted purpose.

Please suggest me some solution either from salesofrce or castiron end, which would be appreciable.
It's an urgent issue needs to fix it.

Thanks in advance.

Thanks
Anil.
Andries.NeyensAndries.Neyens
Create a new custom text field and use a workflow field update to concat both values (with the PRIORVALUE function you can detect both)
Anil ChunduAnil Chundu
Thanks for your reply Andries!!

So first we need to update custom field by workflow field update then we need to concatinate that field value value with actual field value, am i correct?

Thanks
Andries.NeyensAndries.Neyens
I think you can do that in one go...
Anil ChunduAnil Chundu
How can we get some value in new custom field and make it concatenate.
Please suggest me if any formula oranything
I need to close it asap.

Thanks
Anil.