Suppose Say we have
Regards,
Venkat
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Thanks for sharing your code with us. You should be able to share your knowledge with us by posting them as "code sample" or "article". Login and then click on create content and in this example you would want to choose "code sample".
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
I have code to auto-increment an alphanumeric field, using SQL calls. It is specific to a 4-character field, but can easily be adapted to different length fields.
If &newvalue = "0000" Then
&bOverrun_Error = True;
End-If;
Hey Larry, thanks for sharing your code with us. I have added your above post to your blog at http://www.compshack.com/blog/larry - Please feel free to share more with us anytime using your own blog. In doing so, your posts will get more exposure in the community and thus provides a much better value :)
Thanks again - cheers!
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog