Skip to main content
Question

Report Rules IFS9

  • September 21, 2022
  • 3 replies
  • 123 views

Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • 7 replies

I am trying to include an API  in Expression 1 of the Report Rules form.  I am running into an issue either it is a bug or sql and or APIs have restrictions in this form. Can anyone suggest or reccomend a way to include APIs to default a report layout based on the conditions entered.

I have used our company’s appowner and &AO.xxx as prefixes.  Neither seem to make a difference.

 

Thank You.

3 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2900 replies
  • September 22, 2022

Moved to Framework section.


Forum|alt.badge.img+8
  • Hero (Customer)
  • 54 replies
  • September 22, 2022

Example: IF company = x on Customer Invoice THEN do something

[&Site_Api.Get_Company('[@CUSTOMER_ORDER_IVC_REP/CONTRACT]')]

 

 

BR
Johan


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 7 replies
  • September 22, 2022

Thank you for the  example.  Worked as expected.