Interacts with Bankgirot and generates and parses related files.
Supports the FTP via Internet and FTPS methods of delivery. See FTP Communication Overview for more information.
The system settings in the Bankgiro FTP category must be set.
This mode puts generated files in the outgoing queue SoftadminApi.BankgiroFileOutgoing
. The files will automatically be uploaded to Bankgirot's FTP server.
Files from Bankgirot are not handled by this mode. They can be found in the incoming queue SoftadminApi.BankgiroFileIncoming
and have to be processed by the Processes files mode.
For bankgiro and plusgiro columns, the component will strip the characters '.', '-', and ' '. All other non-numeric characters will result in an error. The resulting number must contain 10 digits or less.
Bank account numbers should start with the clearing number (four digits) followed by the account number. For clearing numbers with five digits (Swedbank), do not include the fifth digit.
Called once for each file put in the outgoing queue.
Possible value | Description |
---|---|
AgBetMak | |
AgBetUnd | |
AgMedgivReg |
Is used to send AGMEDGIVREG files to Bankgirot. SQL with rows corresponding to payers whose admission, to be eligible for automatic transactions, should be registered or withdrawn. Accounts must be registered with AGMEDGIVREG before automatic transactions can be set up using AGBETUND.
Is used to send AGBETUND files to Bankgirot. SQL returning details for automatic transaction initiation. Payers must have been registered for automatic transactions by means of AGMEDGIVREG previously.
Possible value | Description |
---|---|
FULLYEAR | Transaction occurs yearly. |
HALFYEAR | Transaction occurs every half year. |
MONTH | Transaction occurs monthly. |
ONCE | Transaction occurs only once. |
QUARTER | Transaction occurs quarterly. |
Is used to send AGBETMAK files to Bankgirot. SQL returning identification info for assignment to be withdrawn. Withdrawal will be effective for all assigments corresponding to a combination of payer number and BankgiroTo number. Only revokes the assignments from AGBETUND, not the admission through AGMEDGIVREG.
The following combinations are available for cancellations:
PayerNumber
The above + DueDate
The above + Amount
The above + Reference
The following combinations are available for amendments:
NewDueDate
The above + DueDate
The above + PayerNumber
The above + Amount
The above + Reference
Recurring payments can not be amended.
Allows you to validate the parameters supplied by the user before any other SQL is run in the component. This call is only made if the component has visible parameters, the SQL is a stored procedure, and 'Validate parameters' is checked.
Use this call to restrict which entries a user is allowed to view and edit, and to log which entries a user views.
Access to a menu item is normally controlled through functions and roles alone but some entities need more fine grained control. For example, a user may have access to the View Member menu item for normal members but not for members with a protected identity.
The menu items a user visits are always logged (in ADMINLogMenuItem) but for sensitive data you may need to log exactly what entries are viewed. Do the logging in this call as the common ways of viewing data (grid and InfoSQL) are not allowed to modify the database.
If you bind a scalar function instead of a stored procedure to this call then its name must end with '_GrantAccess'.