Hi all, I have a CDT say Account having 3 Account Names & Account Numbe

Hi all,
I have a CDT say Account having 3 Account Names & Account Numbers. Now I need to add now to the field Account.Updatedtime. How can I update all the instances of CDT with that PV without using MNI? I tried to use "APN_generateRepeatedValueForArrayLength" rule but that updates the first instance of CDT again & again. Any guidance will be highly appreciated.

OriginalPostID-191142

OriginalPostID-191142

  Discussion posts and replies are publicly visible

Parents
  • Guys, I think there is miscommunication here. Basically, I am creating a process model in which I query a CDT, I get values for a couple of fields from query (The result is in multiple). Now I need to update rest of the fields from PV's. For example, there is CDT say Account with three fields AcctNo, AcctName & Updateddate. When I query Account, I got AcctNo as 1,2,3 & AcctName as A,B,C. Now I need to update the third field of CDT by using now() function. I don't want to use MNI to update CDT. What can be the best way to do it without using MNI?
Reply
  • Guys, I think there is miscommunication here. Basically, I am creating a process model in which I query a CDT, I get values for a couple of fields from query (The result is in multiple). Now I need to update rest of the fields from PV's. For example, there is CDT say Account with three fields AcctNo, AcctName & Updateddate. When I query Account, I got AcctNo as 1,2,3 & AcctName as A,B,C. Now I need to update the third field of CDT by using now() function. I don't want to use MNI to update CDT. What can be the best way to do it without using MNI?
Children
No Data