Scripting

  • 1.  I have button script that updates kits in shipping

    Posted 09-13-2017 10:59
    I have button script that updates kits in shipping data entry. It moves forward after the update to after the components. The question I have is how do i go to a specific line like .MoveNext() but a to a specific line?


  • 2.  RE: I have button script that updates kits in shipping

    Posted 09-13-2017 12:35
    You can use ""find"" if you set the key elements. Example: retVal = oCust.SetIndex (""kPrimary"") retVal = oCust.SetKeyValue(""ARDivisionNo$"", ARDivisionNo) retVal = oCust.SetKeyValue(""CustomerNo$"", CustomerNo) retVal = oCust.SetKeyValue(""ContactCode$"", ContactCode) retVal = oCust.Find() retVal = oCust.GetValue(""EmailAddress$"", EmailAddress )