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.
The data source for the ECPCustSignUpRequest form and the EPCSSCustSignUp Web form.
Syntax
public void insert()
Run On
Server
Remarks
It is possible for an attacker to cause a denial-of-service attack by acting as a guest user who makes many non-valid requests to be added as a customer. To help prevent this, we recommend that you set a limit on the number of accounts that can be added.
Create a counter on the ECPCustSignUp.insert method, and define a maximum for the counter.
If the maximum is exceeded, display an error message and cancel the insert operation.
Call the ECPCustSignUp.insert method on the SignUpId field in the ECPCustSignUp table.