This topic contains 4 replies, has 0 voices, and was last updated by david.smith 7 years, 4 months ago.

  • Author
    Posts
  • #23499

    steven_stewart

    All,

    Has anyone been able to get Answer Id: 20712 to work? Essentially, this is supposed to feed information submitted from on online form into a specific case form. I have created the following .js script file:

    function setCaseform()

    {

    nlapiSetFieldValue('customform', 226);

    }

    "226" Is what I believe to be the internal ID for the case form I would like it to feed into (Pulled from URL "https://system.netsuite.com/app/crm/support/supportcase.nl?cf=226&ft=EVENT&quot๐Ÿ˜‰

    I have the Page Init Function set to a value of "setCaseform" but any time I submit a case through the test online case form I have created, it just uses the global preferred standard case form to save the information. Also "Store record with Form" is checked on the internal custom case form. Anyone see anything I might be missing?
    This is a cached copy. Click here to see the original post.

  • #23500

    steven_stewart

    Any Updates?

  • #23501

    steven_stewart

    The above was posted to the wrong post haha..

  • #23502

    steven_stewart

    Hey All,

    I was wondering if anyone heard anything on this topic. Still battling the issue. Thanks in advance!

    Best Regards,

    Steve

  • #23503

    david.smith

    You can set the form via script at the creation of the case. See here for initialization values:

    https://netsuite.custhelp.com/app/an…ail/a_id/10470

You must be logged in to reply to this topic.