PeopleSoft Community Network
Hey all,
Plz explain the purpose of the STT control tables that ...!
I have a problem with the upgrade project. When compared to previous versions return from the control tables set SETID were incorrect.
Where i set the control to retrieve the values from the SQL table you can find ... Kant, I find the trace file ...
Both versions have similar values to the table ...
Tags:
Local Rowset &r1;
Local Row &MYROW;
Local Record &MYRECORD;
Local Field &MYFIELD, &EMPLID;
Local string &R2 = "WIPRO";
&r1 = GetRowset();
&MYROW = &r1.GetRow(1);
&MYRECORD = &MYROW.GetRecord(Record.PS_REC);
&MYFIELD = &MYRECORD.GetField(Field.COMPANY);
&EMPLID = &MYRECORD.GetField(Field.EMPLID);
SQLExec("Update PS_REC SET COMPANY = 'TCS' Where EMPLID =:1", &EMPLID);
© 2024 Created by Maisam Agha. Powered by