Hello there,
how should I type the x++ code to be able to fill a list page from salary 1 to salary 2 to salary 3 etc...
what meant is the first expected salary will be placed under salary 1, if the salary is not accepted by the applicant and the user added a new salary , the new salary will be placed under salary 2 and if not accepted will be moved to the third salary box and etc...
thanks in advance,
Akl
Can you give us more information about the logic, please?
By the way, the category of your question should be Development / Customization / SDK. Let me change it.
you could try in the following way
if (salary1 condition) logic here else if (salary2 condition) logic here else if (salary3 condition) logic here . . else default logic here
thank youu.
but for the first else , if I use the else if statement what would be the condition?
Use if.. elseif statement that should help here
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156