February 14, 201114 yr Newbies I have a portal within a layout and want to be able to execute a script when any value within that portal is change and committed. For Layouts, I see there is an onCommit script trigger -- but I want the equivalent but only within the portal. So if anything within the portal is changed and saved (committed) it executes a script. I was trying onObjectSave, but that doesn't seem to execute the script at all.
February 19, 201114 yr I have a portal within a layout and want to be able to execute a script when any value within that portal is change and committed. For Layouts, I see there is an onCommit script trigger -- but I want the equivalent but only within the portal. So if anything within the portal is changed and saved (committed) it executes a script. I was trying onObjectSave, but that doesn't seem to execute the script at all. I had a similar situation in my FM 11 solution. I went into Edit Layout; right clicked on the portal and selected Script Triggers. The ST will then apply each object in the portal row. I ended up NOT using this feature because I needed the portal to sort upon completion of a particular field; but you may find it useful.
Create an account or sign in to comment