Kinetic 2024.2 Time Entry - customisation

Hi there
I’m really just starting out in app studio with a recent upgrade to Kinetic 2024.2

Trying to customise the time entry screen - this is probably a very basic question have added a new event after ColumnChanging_LabourDtlOprSeq

This calls an Epicor Function with three input paremeters of JobNum, AssemblySeq and OprSeq and returns a basic value for an output parameter called balance. Function is being called ok but I am getting an undefined error in return.

I am displaying this in an alert show dialog widget “{actionResult.Balance}”
also tried without the brackets and inverted commas but no different.

I have no response parameters from the function defined. I’d appreciate your help thanks :grinning:
event1
event2

If you are not returning any data, how does the Balance get calculated?

You need to return something from the Function.

1 Like