批准客户信用额度更改 - 工作流事件处理程序

使用此事件处理程序可在“信用额度”在客户表单上为任何客户更改时,自动通知特定的 CloudSuite Industrial 用户。该消息还提示“是/否”回复以批准更改。根据回复,事件处理程序向提请人发送批准或拒绝通知。两个通知都是发送到 CloudSuite Industrial收件箱表单的消息。

以下是所发送通知的文本:


To: receipient
From: originator
Subject: Credit limit change request
Body: A request has been entered to change the credit limit of Customer
custnum, custname from oldcreditlimit to newcreditlimit.  
Question: Do you approve this credit limit change? 
Choices: Yes and No.
	

如果回复为,以下消息将发送到提请人的 CloudSuite Industrial 收件箱:


To: originator
From: receipient
Subject: Credit limit change request approved
Body: The request to change the credit limit of Customer custnum,
custname from oldcreditlimit to newcreditlimit has been approved. 
	

如果回复为,以下消息将发送到提请人的 CloudSuite Industrial 收件箱:


To: originator
From: receipient
Subject: Credit limit change request rejected
Body: The request to change the credit limit of Customer custnum,
custname from oldcreditlimit to newcreditlimit has been rejected. 
	

变量信息

变量 说明
recipient 这是您在工作流事件处理程序激活表单的“通知用户”字段中指定的用户名。可以指定用分号隔开的多个名称。
originator 该变量通常是执行生成该消息的操作的用户的名称。

不过,如果系统无法确定与该操作关联的用户,将使用缺省地址或名称。在某些情况下,该缺省值为与在站点/实体表单中为该站点输入的内联网关联的“SMTP 用户名”。

custnum 这是更改信用额度的客户的号码。
custname 这是更改信用额度的客户的名称。
oldcreditlimit 这是更改前客户表单中客户的信用额度。
newcreditlimit 这是更改后客户表单中客户的信用额度。

全局常数

该全局常数通过事件处理程序创建,基于您在工作流事件处理程序激活表单中进行的分录:

全局常数 包含
CustomerCreditLimitChangeApproverID 通知用户字段的内容

相关事件和 IDO

SLCustomers IDO 的事件 IdoOnItemUpdate 会触发该通知。

相关主题