Hi Everyone,
i need help on this error i don't know what am missing. see below snapshot of error
*This post is locked for comments
Hi Everyone,
i need help on this error i don't know what am missing. see below snapshot of error
*This post is locked for comments
You need to write it under OnAction trigger of Action
yes I want it to change the status when onClick. Yes it is written on validate Trigger
So you want to change the status when you click on that actions?
but it seems you have written above code in Status-Onvalidate trigger?
The shortlist is Ribbon button that is linked to the recruitment page
the recruitment is not a variable i added it for you to understand that is the recruitment status am trying to change
Where is recruitment.Modify statement?
if you are in same table then why did you tool recruitment as a variable?
Below are the recent codes, the source table is Recruitment
IF Shortlist."Current Status" = Shortlist."Current Status" :: Shortlisted THEN BEGIN
//EXIT(TRUE);
Recruitment.Status := Recruitment.Status :: Shortlisted;
//CurrPage.SAVERECORD;
MESSAGE('%',Status);
CurrPage.UPDATE(FALSE);
END ;
Can you show us the latest code?
you are in which page and what is the source table of the page?
i did that Mohana but that didn't change the status
it seems you are updating recruitment record variable so please use recruitment.Modify above message code.
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156