Atul, A little more information would help. I’m assuming your Default Entry ID is set to REQ000000000000. So searching for Record # REQ000000004567 by typing 4657 in the Entry ID filed and searching is all you need to do to retrieve REQ000000004567.
Now if you are trying to do something else then you need to make a zTMP_Entry_ID field ( display Only). Do a SET field action in a current AL. Use LPAD($1$,15, “REQ000000000000”) to set zTMP_Entry_ID with REQ000000004567 when you type 4567 in the Entry ID field. Then you can use the REQ000000004567 in a search or push or other client side action. The zTMP_Entry_ID is needed because you can’t to a SET Fields action to $1$. Hop[e this makes sense. Thank you, --- John J. Reiser Building 760-J202 Remedy Developer/Administrator Senior Software Development Analyst Lockheed Martin - MST Moorestown Region The star that burns twice as bright burns half as long. Pay close attention and be illuminated by its brilliance. - paraphrased by me From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Atul Vohra Sent: Wednesday, July 01, 2015 2:26 PM To: [email protected] Subject: EXTERNAL: Request ID ** Hi I am looking for a way to do the following (in an AL): Example -- User types in Request ID: 4567 AL: sets Request ID = REQ000000004567 So depending on what was typed we pad it with REQ and some 0s the length is 15. Thanks Atul _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

