Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

...

Find the Subsidiary Lookup Criteria field.

Note

You must not edit the Default Staria FlowAP General Setup.

Any changes made to the default template will be overriden during new version releases of FlowAP.

To use a customized version of the Staria FlowAP General Setup, save a copy of the Default Staria FlowAP General Setup.

Apply your own lookup criteria to the new Staria FlowAP General Setup record and save.

...

Code Block
languagejson
[
{
"xpath":"//cac:AccountingCustomerParty/cac:Party/cac:PartyIdentification/cbc:ID[@schemeID=\"VAT\"]",
"nsfield":"taxidnum",
"regexp":"[^a-zA-Z0-9]"
},
{
"xpath":"//cac:AccountingCustomerParty/cac:Party/cac:PartyIdentification/cbc:ID[@schemeID=\"GLN\"]",
"nsfield":"taxidnum",
"regexp":"[^a-zA-Z0-9]"
},
{
"xpath":"//cac:AccountingCustomerParty/cac:Party/cbc:EndpointID",
"nsfield":"custrecord_sta_flowap_endpointid"
},
{
"xpath":"//cac:AccountingCustomerParty/cac:Party/cbc:EndpointID",
"nsfield":"taxidnum",
"regexp":"[^a-zA-Z0-9]"
},
{
"xpath":"//cac:AccountingCustomerParty/cac:Party/cac:Contact/cbc:ElectronicMail",
"nsfield":"email"
}
]

Lookup Results

  • Invalid subsidiary records are not returned by the lookup

    • inactive = T

  • Internal id of the subsidiary record will be set on the subsidiary element of the FlowAP document JSON when an item record is found.