Interacts with Bankgirot and generates and parses related files.
Generates files and stores them in the database.
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.
SQL with rows corresponding to supplier payments. Is used to send LBIN files to Bankgirot.
Possible value | Description |
---|---|
SEK | Specifies Swedish Krona as the currency for the transaction. |
Possible value | Description |
---|---|
14 | Payment |
16 | Credit invoice |
17 | Credit invoice, whole amounts |
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.
Is used to send BGC INVOICE files to Bankgirot.
The call is only made if the EF column is set in the 'Get Actions' database call.
Possible value | Description |
---|---|
AAB | Ålandsbanken |
FINN | Sparbanken Öresund |
FSPA | Swedbank |
ICA | ICA banken |
LFB | Länsförsäk.bank |
NB | Nordea |
OEB | Danske Bank |
SBAB | SBAB |
SEB | SEB |
SHB | Handelsbanken |
SKB | Skandiabanken |
SYD | Sparbanken Syd |
Called once for each file generated.
Possible value | Description |
---|---|
AgBetMak | |
AgBetUnd | |
AgMedgivReg | |
Ef | |
LbIn |
This call is made after all other calls have been made.
Allows you to validate the SQL parameters before any other SQL is run in the component. This call is only made if 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'.