This function enables the budget manager to generate an approval request for the envelopes, budgets and budget lines, with the "Entered" status, for which they are responsible. Upon generation of the approval request, the objects switch to the "To be approved" status.

This request can take place via the transmission of a WORKFLOW message to the signer. Upon receipt of this message, the signer can either sign directly from their messaging service, or access the budget object list pending their approval.

The approval requests can be associated with a WORKFLOW-piloted signing circuit.

If the approval process includes several signers, the next signatures follow the same process as for the first signer.

The envelope, the budget or the budget line can move to the "Approved" status only after the last signature has been granted. In case of rejection from one of the signers, the status goes back to "Entered"

Signing circuits

Preliminary setup

The approval of envelopes, budgets and budget lines, and the approval of the budget reviews can be associated with a signing circuit that can be set up. The implementation of these signing circuits is linked to the setup of the following elements:

  • BUOAPP data model for the group of tables linked to table BUDAPP (BOA) for budget approvals and BUOREV for the group of tables linked to table BUDREV (BRV) for the reviews.
  • BUOAPP, BUOAAPPREF and BUOAAPPVAL workflow rules for the budget approvals and REVAPP, BUOREVREF, BUOREVVAL workflow rules for reviews.
  • Allocation rules of the BUOAPP users for the budget approvals and BUOREV users for the reviews.
  • User assignment. This function is used to enter formulas in the "user" fields when the "Formula/user" field is selected. This formula will be valued when executing the Workflow. If the value of the field is smaller than or equal to 5, the user code is considered to be entered and this field will not be valued.
Formulas used to search for signers

The search for signers can be performed by entering the signer code or using a formula that will enable the signer to be found via entities.

Each entity contains:

  • A user code,
  • The responsible entity,
  • The approval entity,
  • A linking entity.

The envelope, its related budgets and lines contain a responsible entity, an approval entity (EA1) and a linking entity (ER1). The approval entity EA1 contains itself an approval entity EA2, and so on and so forth down to the last entity in the pyramid. It is the same principle for the linking entity ER1 linked to ER2, itself linked to ER3, down to the last entity in the pyramid. Each entity contains a responsible code which can be searched using a formula replacing the user code entered in the setup (see grid below).

 Approval pyramid 

RES 

Level 

Linking pyramid 

RES 

Level 

 

APP entity =   1

 MCL9

 EA3

 RAT  entity =   1

 MCL9

 ER4

 

APP entity =   10

 MCL2

 EA2

 RAT  entity =   20

 MCL4

 ER2

 

APP entity =   103

 MCL1

 EA1

 RAT  entity =   203

MCL3 

 ER1

 

 Entity 20301 

 

 

 Entity 20301 

 

 

 

The "User assignment" can be set up as follows:

  • Approval entity = 103
  • Signer 1 = [F:ER1]USR (USR of entity 203, i.e. MCL3)
  • Signer 2 = [F:EA1]USR (USR of entity 103, i.e. MCL1)
  • Signer 3 = [F:EA2]USR (USR of entity 10, i.e. MCL2)
  • Signer 4 = [F:ER2]USR (USR of entity 20, i.e. MCL4)
  • Signer 5 = [F:EA3]USR (USR of entity 1, i.e. MCL9)
  • Signer 6 = [F:ER3]USR (USR of entity 1, i.e. MCL9)

In the event of modification of the person responsible for an entity, the use of formulas makes it possible to maintain the signing circuits as they are implemented, without having to modify anything, since this modification is automatically taken into account when the entity is modified.

Prerequisite

SEEREFERTTO Refer to documentation Implementation

Screen management

This screen is composed of two parts: The first part provides access to a set of selection criteria, the second part is used to display in a grid all the objects selected with respect to the entered criteria.

The maximum number of lines authorized by selection is set to 500. In case of overrun, a message "full grid" indicates that the selection exceeds the 500 authorized lines. When clicking on "OK", the first 500 lines are displayed. To decrease the selection, the following selection criteria should be used: Project, responsible entity ranges, approval entity ranges, envelope ranges.

The button "Check/uncheck all" is used to select, in a single operation, all the budget objects originating from the selection. This action can be cancelled by the same button.

Entry screen

The screen header information is used to specify the main selection criteria for the inquiry being used: Company / site or period in which the selected objects are located.

Additional criteria can be associated to decrease the population of the objects to be inquired: Project, responsible entity ranges, approval entity ranges, envelope ranges.

The activation of the key "Display/Refresh" displays the list of budget envelops, as well as the list of their budgets and lines, that correspond to the selection in the table.

If the criteria entered do not end on any selection, a message "No record for these selections" is displayed and informs the user who has to modify these selection criteria.

Error messages

In addition to the generic error messages, the following messages can appear during the entry :

You have not checked anything. Do you want to exit without performing any action?

After presentation of the objects coming from the selection, this message is displayed when clicking on "OK" without having carried out an approval request. Answering "Yes" to this message brings the user back to the menu, and answering "No" leaves the user in the selection screen, allowing them to carry out an approval request.

No object does meet these selection criteria

This message is displayed after entering the selection criteria when using the button "Display/Refresh". The elements entered do not make it possible to find a matching element: either the envelope is not defined for the company entered, or it is not linked to the project, or the entities are out of phase with the envelope, etc. Delete some of the criteria to carry out a wider search.

The envelope has not been defined for this company/site

This message is displayed after entering the company code and the envelope code when using the button "Display/Refresh". The envelope entered as selection criterion does not belong to the entered company. Modify the envelope code or the company code.

The fiscal year budget cannot be approved using this setup .

This message is displayed on object approval, when an attempt is made to submit a budget for approval, via right click on the budget in the entry screen of the envelope, and the setup does nor provide for any direct approval of the budget (GDDAPPBUD = NO).

The envelope must be approved before the fiscal year budget can be approved.

This message is displayed on object approval, when an attempt is made to submit a budget for approval, via right click on the budget in the entry screen of the envelope, although the related envelope has not been approved and the setup demands the preliminary approval of the envelope (GDDAPPENV = NO).

The budget line cannot be approved using this setup.

This message is displayed on object approval, when an attempt is made to submit a budget line for approval, via right click on the budget line, and the setup does not provide for any direct approval of the line (GDDAPPLIG = NO).

Currencies incompatible

This message is displayed on object approval, when an attempt is made to submit a budget line for approval, via right click on the budget line, although its related budget has not been approved and the setup demands the preliminary approval of the budget (GDDAPPBUD = Yes).

Tables used

SEEREFERTTO Refer to documentation Implementation