Looping when updating Sites via PX
Hi Folks,
I have a simple PX that intends to update a few attributes with default values in Part's Sites tab when a new site is added.
Unfortunately it runs into a looping. I have other pxs running the same way in others tabs like ECO's Affected items tab and Part's BOM tab those work perfectly.
Here goes the code, any thoughts? I'd appreciate.
import com.agile.agileDSL.ScriptObj.IBaseScriptObj;
import com.agile.agileDSL.ScriptObj.AgileDSLException;
// add other import statements here
import com.agile.api.ItemConstants;
// import com.agile.api.CommonConstants;
import com.agile.api.IRow;
// import com.agile.api.IItem;