Business Processes for the Account Entity
Last Edit: December 1, 2017 the alpha360 team
The Account Entity has the following basic BPs:
This BP adds an aAccount record to the database.
BP_Account_add
BP_Account_add(LOCAL p_R_aAccount is Record of aAccount, LOCAL p_sUserPK is string, p_sReturnPK is string, p_sErrorMessage is string)
IF true then COMMIT ELSE ROLLBACK
This BP modifies an aAccount record.
BP_Account_modify
BP_Account_modify(LOCAL p_R_aAccount is Record of aAccount, LOCAL p_sUserPK is string, p_sErrorMessage is string)
IF true then COMMIT ELSE ROLLBACK
This BP deletes an aAccount record from the database.
BP_Account_delete
BP_Account_delete(LOCAL p_s_sAccountPK is string, LOCAL p_sUserPK is string, p_sErrorMessage is string)
IF true then COMMIT ELSE ROLLBACK
This BP gets an aAccount record by its PK and fills the record buffer.
BP_Account_get
BP_Account_get(LOCAL p_sAccountPK is string, p_sErrorMessage is string)
Just a simple HReadSeekFirst()
next -> GL Batch Business Processes
Copyright 2017 - computerplus