This topic contains 2 replies, has 0 voices, and was last updated by rosse 8 years, 1 month ago.

  • Author
    Posts
  • #1764

    rosse

    I have a custom record which is a sublist in work order.

    I want to write a user event script in the custom record and trigger it when the work order is edited and saved adding values in the sublist.

    Is this possible.For some reason the user event script deployed on the custom record is not firing while saving the work order.

    Is there any work around for this?
    This is a cached copy. Click here to see the original post.

  • #1765

    david.smith

    If the custom record is a child of the work order, it would be best to run your UE after submit of the work order record, not the custom record. However, you could write the code in such a way that it is deployed to both.

    The UE will not trigger for the sublist in this case.

  • #1766

    rosse

    Thanks David!

You must be logged in to reply to this topic.