PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

peoplecode SavePrechange event updating value in database but not page field

edited Nov 27, 2017 4:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

Hi,

I have written some code to assign number to RECORD.FIELD. The below code is fetching the number correctly and updating the database but it is not being updated on the page

I removed deferred processing and that did not help. Can you correct me?

The below is the Record SavePrechange code

If %Mode = "A" Then

   &FINAL_NUM = RECORD.FIELD;

   assign_auto_number(RECORD.SETID, "", "COLL_AGENCY", RECORD.FIELD, "COLL", "Y", &FINAL_NUM);

   RECORD.FIELD = &FINAL_NUM;

End-If;

Thanks,

Roshan

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center