Question

Input Mapping Vs Output Mapping

  • 21 September 2023
  • 2 replies
  • 131 views

Badge +1

Dear all,

 

I am struggling to understand when i am supposed to use input mapping, and when i am supposed to use output mapping?

 

Thank you.


2 replies

Userlevel 5
Badge +13

In what context? When calling a SmartObject method? If so, then input parameters are essentially used as filters on Read an List methods to get only the records back that you want. Output mappings takes the result of the read/list and puts it into fields on your form or data fields in your workflow. If you meant something else, please clarify and I’ll help as best I can

Userlevel 1
Badge +7

Generally speaking, input mappings are parameters and output mappings are the return values.

Reply