This topic contains 2 replies, has 0 voices, and was last updated by pavelnik 7 years, 5 months ago.

  • Author
    Posts
  • #21568

    pavelnik
  • #21569

    pcutler

    I just tested in my development account and user event scripts are still running on xedit.

    In what context are you triggering your inline editing? If the inline editing is inside a user event script or plug-in implementation, then other user event scripts won't trigger.

  • #21570

    pavelnik

    pcutler thank you for answer. I figure out that it already working. But I do sure that it didn’t work on the last time. It's a user event script context. May be it was the issue of NS. Anyway the topic is closed.

    The code was.

    PHP Code:

    function beforeSubmit(type) {
        if (type == 'xedit') {
            nlapiLogExecution('AUDIT', type, nlapiGetRecordId());
        }
    }

You must be logged in to reply to this topic.