Hi,
I am new to ax and I am currently working on a project.
The request is in a run base batch class to see if a customer field is selected. If the field is not selected the logic should be implemented for all customers. If its selected the logic should be implemented just for that one customer.
The logic i should implement is : when OK is clicked on the dialog, this class should loop through all reservations in the selected time frame, find all reservation lines that are not paid and update the relevant customer with the reservation id and amount that needs to be paid. How do I implement this?