This topic contains 4 replies, has 0 voices, and was last updated by mcelosa 9 years, 3 months ago.

  • Author
    Posts
  • #6947

    jimmyf

    I simply need the count of support cases (tickets) attached to an issue. However, I can’t seem to figure out how to get at that list. Has anyone solved for this?

    Thanks!
    This is a cached copy. Click here to see the original post.

  • #6948

    ktarog

    Hi, we do have a standard field for case count, however this is not returned on a basic search. You can indicate this on an Advanced Search for Issues to return the specific column on the results.

    The following is a sample SOAP request that will return the Issue’s internal id and the number of cases attached:

    Issue Internal Id

    Hope this helps!

  • #6949

    jimmyf

    Thanks for your response. Is this also possible via suitescript? In my situation I am trying to grab the count on save.

    Edit*

    Your response made me realize that instead of trying to work with a nlapiLoadRecord, I could just do a nlapiSearchRecord and specify the column I wanted (casecount).

  • #6950

    tshearer

    Good info. And how about a SOAP for selecting the case(s) related to an Issue ?

    Thank You

  • #6951

    mcelosa

    Originally posted by tshearer

    View Post

    Good info. And how about a SOAP for selecting the case(s) related to an Issue ?

    Thank You

    Hi tshearer,

    You can try this:

You must be logged in to reply to this topic.