We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

"Copy Change" not copying all the field values in SWO workspace

ramesh_r
Giga Sage

I am using OOB "Copy Change" to copy change but it's working in normal view but it's not copying all the field values when doing the same in the SWO workspace

ramesh_r_0-1707240538347.png

 

 

what will be the reason .?

 

And i have added the change properties also

 

ramesh_r_1-1707240476155.png

 

 

Below is the script iam using in the UI Action

var sowChangeUtils = new sn_sow_chg.SOWChangeUtils();
var url = current.getTableName() + ".do?sys_id=-1&sysparm_query=";
url += sowChangeUtils.copyChangeURL(current.getUniqueValue());
if (url) {
    action.setRedirectURL(url);
    action.setReturnURL(current);
}

 

ramesh_r_0-1707240418539.png

 

10 REPLIES 10

@Rameshnathan / @ramesh_r  : Are you trying this on personal instance?  if it is org instance, i would suggest check closely if any script contradicting here, also try to include other column to test if this issue is happening with only one column or many columns . 

 

Let me know if you have any further questions for me.

 

Thanks,

Harsh