When a new customer account is being added, by default, "Business Account" ("AcctCD" field in "BAccount" table in database) is a mandatory field that has to be filled before submitting the form, however, I prefer to make this field an auto-generated field so this field wouldn't require manual input - is it possible? If it is possible, how would I configure it?
答案 0 :(得分:1)
您可以在配置>中设置自动生成业务帐户通用设置>分段键,然后首先设置BIZACCT以设置正确的分段(确保将有一个段用于自动编号,或者如果只有一个段确保编辑掩码设置为"字母数字"),它是也是EMPLOYEE,VENDOR和CUSTOMER ID的父母。 然后,在编号序列的每个ID(EMPLOYEE,VENDOR,CUSTOMER)中设置自动编号序列,确保编号序列的长度与段的长度相同。然后选择其中一个ID(员工,供应商,客户),然后在编号ID字段中设置您创建的编号序列,然后选择网格上的段并检查网格上的自动编号列。