Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a purchase order reapproval policy rule.
Syntax
server public static PurchReApprovalPolicyRuleTable createRule(
SysPolicy _sysPolicy,
[utcdatetime _effectiveDate,
utcdatetime _expirationDate])
Run On
Server
Parameters
- _sysPolicy
Type: SysPolicy Table
The SysPolicy record that the rule should be associated to.
- _effectiveDate
Type: utcdatetime
The date where the rule should be effective; optional.
- _expirationDate
Type: utcdatetime
The date where the rule should be expire; optional.
Return Value
Type: PurchReApprovalPolicyRuleTable Table
A PurchReApprovalPolicyRuleTable record.