Skip to main content
Question

Additional Context Substitution Variables?

  • January 21, 2025
  • 3 replies
  • 113 views

Forum|alt.badge.img+10

Is there any scope for creating additional Context Substitution variables?

We have a number of scheduled Accounting Reports that need the Accounting Year and Period input but they don’t appear to be something that can be parameterised 😕

3 replies

Forum|alt.badge.img+17
  • Superhero (Partner)
  • January 21, 2025

Try to use standard api to inject Your own definitions.


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • January 21, 2025

Try to use standard api to inject Your own definitions.

Not sure how I can do this….
 

I can input the year period - how would I apply an API call? e.g. accounting_period_api.Get_Acc_Period('01',add_months(sysdate,-1))

 

 


Forum|alt.badge.img+17
  • Superhero (Partner)
  • January 21, 2025

I was thinking about adding new definitions for context variables rather than using them.