cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting Code - Duplicate STATUS info of Contract

Former Member
0 Kudos

Hi expeert,

I would like to duplicate STATUS info of contract via scriptiing code.

could you tell me what is the extact scripting code in order to duplicate STATUS info after clicking on the Duplicate button?

I am using scripting as target = Duplicated.

Thanks & Regards,

Anacia

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

message has been answered.

Former Member
0 Kudos

Hi Immanuel,

It is working fine. great..

Many thanks for your help.

Kind Regards,

Anacia

Former Member
0 Kudos

If you are referring to the master agreement status...here is the code.

doc.setStatusRef(otherDoc.getStatusRef());