Re-assigning Project/Job Records to another Customer
This article will create a process for transferring an existing Project/Job record to another Customer.
Users should create a custom entity field with List/Record : Customer
Script :
var transferTo = nlapiGetFieldValue('custentity_transferto');
nlapiSetFieldValue('parent', transferTo);
transferTo = '';
Use the script above on Before Submit Function and Deploy to Project/Job record.
Note : This is an alternative solution for Enhancement 21343 - Transfer job from one customer to another
No comments:
Post a Comment