CyberStore Ecommerce 2023 Documentation
ARSTPY Parameters

See the example of ARSTPY-Params code below:

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:template match="/">
    <PostArPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="ARSTPY-Params.XSD">
        <Parameters>
            <PostingPeriod>C</PostingPeriod>
            <IgnoreWarnings>N</IgnoreWarnings>
            <ApplyIfEntireDocumentValid>Y</ApplyIfEntireDocumentValid>
            <ValidateOnly>N</ValidateOnly>
            <AutoCorrectPaymentValue>N</AutoCorrectPaymentValue>
            <ApplySpecificBranch>N</ApplySpecificBranch>
            <BranchToUse/>
            <AreaToUseForLedgerIntegration/>
            <IntegrateToCashBookInDetail>N</IntegrateToCashBookInDetail>
            <AutoCalculateTax>N</AutoCalculateTax>
            <IgnoreAnalysis>Y</IgnoreAnalysis>
            <NextJournal/>
            <ValidatePasswords>Y</ValidatePasswords>
        </Parameters>
    </PostArPayment>
  </xsl:template>
</xsl:stylesheet>