Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4006 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Just as the title says, I need to launch a script when a user adds a new portal row. I am trying to use modify - but it doesnt seem to work when a new row is added, maybe because its not an existing row? Not sure. Any work arounds for this or ideas on how I can prompt a script to run when a new portal record is created? Thanks!

Posted

Rather than on modify, try OnObjectValidate.

  • Like 1
Posted

... ideas on how I can prompt a script to run when a new portal record is created? 

 

Timing is everything here.  Do you want the script to run when the User first clicks into a new empty row (using the trigger to perform tasks before the User begins)?  Or should it run after the User is finished with a single field (and if so which field) or after User finishes all their data entry on the row?  

 

Also, if there are tasks to perform beforehand and/or if there there are tasks which only be performed if the record is new (but not if it is modified later) then you might consider removing the 'Allow Creation' on the relationship and instead add new records via script to begin with.  So really we need more information to offer the best suggestion.  :-)

  • Like 1

This topic is 4006 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.