<!-- Purchase requisition self approve permissions --> <!-- It is required that all requisition lines will pass permission check. If there is any line in requisition that does not pass permission check, user can't self approve the requisition. --> <DocumentElement> <SelfApprovePermission> <!-- (string, 32) Company code on which the self approve permission rule is applied. --> <CompanyCode>BW00</CompanyCode> <!-- (string, 1000, optional) Permission code for coding dimension 1. Dimension depends on P2P configuration. --> <!-- Permission codes fields below can contain dimension value or a wildcard: * for any value, xxxx-yyyy for range. Only one type of value is allowed per field. Multiple <SelfApprovePermission> entries can be created for the same user. --> <Code1>6012</Code1> <!-- (string, 1000, optional) Permission code for coding dimension 2. --> <Code2/> <!-- (string, 1000, optional) Permission code for coding dimension 3. --> <Code3/> <!-- (string, 1000, optional) Permission code for coding dimension 4. --> <Code4/> <!-- (string, 1000, optional) Permission code for coding dimension 5. --> <Code5/> <!-- (string, 1000, optional) Permission code for coding dimension 6. --> <Code6/> <!-- (string, 1000, optional) Permission code for coding dimension 7. --> <Code7/> <!-- (string, 50, optional) External code, permission identifier. Used to identify existing records for updates. Note: Must be unique. --> <ExternalCode>BW00_ESAT_6012_ID</ExternalCode> <!-- Dimension approval limit. --> <LimitDim>10000</LimitDim> <!-- Total limit --> <!-- If there is value in both <LimitDim> and <LimitTotal>, both limits are checked. --> <!-- If there is value in only one of <LimitDim> or <LimitTotal>, only that limit is checked. --> <!-- If both limit columns are empty, user has unlimited self approval permission. --> <LimitTotal/> <!-- Login account of the user --> <LoginAccount>BASWARE\ESAT</LoginAccount> <!-- Specifies if the rule is active. Only active rules are in use. Available values: True / False. --> <Active>True</Active> </SelfApprovePermission> </DocumentElement>