Marty Zigman

Conversations with Marty Zigman

Certified Administrator • ERP • SuiteCloud

Marty Zigman LinkedIn

Marty Zigman

Holding all three official certifications, Marty is regarded as the top NetSuite expert and leads a team of senior professionals at Prolecto Resources, Inc.. He is a former Deloitte & Touche CPA and has held CTO roles. For over 30 years, Marty has produced leadership in ERP, CRM, and eCommerce business systems. Contact Marty to set up a conversation.

BiographyYouTubeLinkedInX (Twitter)

23 thoughts on “Solve Distantly Related NetSuite Saved Search Join Challenges

  1. Hi Marty,
    I´m with this problem, but not at in a search, it´s in a field of a custom record.
    My case:
    I have a custom record named JOB and at I have 2 child custom records.
    A – Services required
    B – Services Available

    the relation of JOB with A and B is by JOB ID.
    At B, services availabe I will choose services from another record and I have a field with how many of that service is available.
    At A, I have all services that the JOB requires and the quantity of it.
    I want to create a field that will sum how much of this service I have in B.

    DO you know how to do it without scripting?

  2. Hi Marty

    Good article. Have you gad any success in creating a search based on Quotas and Sales? For such a basic requirement, I find myself pulling teeth to achieve this. I have even created a custom record called Sales_Budget (rendering the pointless Quotas obselete) with a Parent Record called Region which is also a parent of Transaction but with no joy!! I am pulling my hair out….

  3. Hi Marty

    Thanks for the response. Unfortunately I won’t be attending SuiteWorld this year but a GoTo after your return sounds ideal if you have the time.
    Enjoy SuiteWorld and hopefully we’ll speak soon…

    Liam

  4. Great article.

    Netsuite’s reporting is very poor. We should be able to join tables.

    Any idea how to get a quote number onto a payment receipt for an invoice?

    There is a very strange situation where one particular product gets paid directly from a quote and the invoice is created after. The customer never sees the invoice only a payment receipt that references the invoice number. We’d like to also put the quote number on so they can match to their documentation.

    Thanks!

  5. I’m not sure I fully grasp how this eliminated duplicates.

    With our support cases we track our time to a case. We also created a custom record type to enter time estimates (by employee) for assiging workloads.

    What I want to do is a search that compares estimated time to actual tracked time by employee for each case.

    I am starting the seach from the Case records and joining in our estimate and actual time results. The issue is that the results double up. Here is a results example that only looks at employee name and internal ID for each record:

    estimate: emp estimate: id time: emp time: id
    "Reiter, Brad" 2 "Reiter, Brad" 1146093
    "Reiter, Brad" 2 "Reiter, Brad" 1145780
    "Reiter, Brad" 4 "Reiter, Brad" 1145780
    "Reiter, Brad" 4 "Reiter, Brad" 1146093
    "Weller, Gary" 6 "Reiter, Brad" 1145780
    "Weller, Gary" 6 "Reiter, Brad" 1146093
    "Wolf, Jeffrey" 7 "Reiter, Brad" 1145780
    "Wolf, Jeffrey" 3 "Reiter, Brad" 1145780
    "Wolf, Jeffrey" 3 "Reiter, Brad" 1146093
    "Wolf, Jeffrey" 7 "Reiter, Brad" 1146093

    Below is what I’d actually like returned (in this example)

    estimate: emp estimate: id time: emp time: id
    "Reiter, Brad" 2
    "Reiter, Brad" 4
    "Weller, Gary" 6
    "Wolf, Jeffrey" 7
    "Wolf, Jeffrey" 3
    "Reiter, Brad" 1146093
    "Reiter, Brad" 1145780

    Is there a way I can filer out record by record type? IE:
    CASE WHEN recordtype=estimate then {estimate.employee} END

  6. I have a custom record in netsuite with several fields. One field is transaction date, another is Amount (number) and the third one is currency (USD, CAD, etc). I would like to calculate in another column the USD equivalent of the amount field based on the currency. For example 1/1/2016 CAD $1000 and from those three fields in the custom record, I would like to put the value in a fourth field that would convert the $1000 CAD to USD using the exchange rate for 1/1/2016. I have a saved search that gives me the exchange rate for each day, any idea how I could use a formula or link 2 saved searches to convert all the data to USD? I would like to avoid a script if possible.

  7. Hi Marty,

    Is it possible to join records in the results of a saved search, We are trying to get “Quantity” {quantityavailable} of a “Member Of” {memberof} Item but so far we haven’t been successful.

    Thanks

  8. In short, the saved search criteria is just one big SELECT for all related records e.g. TRANSACTION records (Sales Order, Sales Invoice, or Item Fulfillment.

  9. Hi Marty,

    I’m unable to get parent customer related transactions in the Netsuite savedsearch, can you please advice how can i get those parent related transactions in the saved search UI.

Leave a Reply

Your email address will not be published. Required fields are marked *