Question

Function Argument from External file template.

  • 29 October 2021
  • 2 replies
  • 234 views

Userlevel 7
Badge +20

Hi Team,

Are there any descriptive documentation how each function argument should be formulated? or any tips on this is appreciated. 

 

 


2 replies

Userlevel 7
Badge +18

Hi, 

See a few examples. 

I learned how the functions work by reviewing the IFS payment files (CUP%). Many of those have functions.  

IF_ELSE : COLUMN_REF(BANK_RECORD_TYPE),"P","320","420"   This works!!!!!!

 

If else example 0 COLUMN_REF, ‘TRUE’, ‘True’, ’FALSE’, ‘False’, ’null’

 

This works for if else with null COLUMN_REF(NO_CODE_PART_VALUE),"TRUE","True", "FALSE", "False", "null’"

Example of multiply amount – with left pad.

 

 

Hope this helps.

Best regards, 

Thomas

 

 

Userlevel 4
Badge +8

Hi,

There is a bit of documentation with some examples in the Technical Documentation in IFS:

 

 

 

BR

Johan

Reply