Executing javascript code during entity creation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tothewine
    Active Community Member
    • Jan 2018
    • 373

    Executing javascript code during entity creation?

    I am trying to read a flag from the url before the creation form of an entity is rendered. In my case it's a Call and the url is http://example.com/#Call/create?flag=1
    Is there a "setup" function where i can add code to check the URL and act on the view&model if the flag is found?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    entity creation (in entity manager) or record of entity creation?

    Comment

    • tothewine
      Active Community Member
      • Jan 2018
      • 373

      #3
      Yeah sorry, it was unclear. I meant when the record is being created by a user.
      Last edited by tothewine; 10-19-2018, 07:37 PM.

      Comment

      Working...