Method Community

 

Go to.. Action with different page

Last post 04-26-2015 10:31 PM by Jonathan. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 04-21-2015 12:23 AM

    Go to.. Action with different page

    Hi Method,

    I'm building a list of Customer Lead and Customer in 1 table but if we click on Go To.. on Customer Lead will show CRM_EditLeads and on Customer will show CRM_ViewCustomer. Does anyone ever done this before? I'm trying to build a conditional statement but I'm confused which action should be applied?

    Thank you.

  • 04-21-2015 9:11 AM In reply to

    Re: Go to.. Action with different page

    Hi Jonathan,

    For this, you will use a couple of conditional statements to check the IsLeadStatusOnly field. Then inside of each, you will go to the appropriate screen, tab link or popup. Your result will look something like:

    Start Conditional Statement: Value From Row: IsLeadStatusOnly = YES

    Go To Tab Link: Leads>>Edit Lead

    End Conditional Statement:

    Start Conditional Statement: Value From Row: IsLeadStatusOnly = NO

    Go To Tab Link: Customers>> Edit Customer

    End Conditional Statement:

    I hope this helps.

    -Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 04-22-2015 2:51 AM In reply to

    Re: Go to.. Action with different page

    Hi Audisho,

    The result always show cannot find the value IsLeadStatusOnly. Does Value From Row function must have a Value instead of character?

    Thank you.

  • 04-22-2015 8:32 AM In reply to

    Re: Go to.. Action with different page

    Answer

    Hi Jonathan,

    My apologies, you are correct that this does not work. Try this instead; add the IsLeadStatusOnly field to the grid so that it is accessible as an on screen object. Then edit your conditional statement to use the field on the grid:

    Start Conditional Statement: Value From Screen: Contacts:IsLeadStatusOnly = YES

    Go To Tab Link: Leads>>Edit Lead

    End Conditional Statement:

    Start Conditional Statement: Value From Screen: Contacts:IsLeadStatusOnly = NO

    Go To Tab Link: Customers>> Edit Customer

    End Conditional Statement:

    I tested this myself and it works. I hope this helps.

    -Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 04-24-2015 4:54 AM In reply to

    Re: Go to.. Action with different page

    Hi Audisho,

    Thank you for the help, but I did a little bit different,

    Start Loop

      Go to Leads

      Stop Process

    End Loop

    Go to Customer


    But Both works! Thank you for the inspiration!

  • 04-24-2015 8:16 AM In reply to

    Re: Go to.. Action with different page

    Hi Jonathan,

    I’m glad to hear that you were able to get this working. I’ll pass on some advice that a member of our professional services recently gave me; don’t use loops if you can avoid it. Loops are extremely inefficient compared to any other query / action. If you can replace a loop with a different action, do it.

    I hope this helps.

    -Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 04-26-2015 10:31 PM In reply to

    Re: Go to.. Action with different page

    Hi Audisho,

    Thanks for the advice. Yes Loop requires a lot of processing time.

    Thanks for the help!

Page 1 of 1 (7 items)