This might be just one of the data processing/mapping error that you encounter.
As and when you start looking into the data accuracy after the escalation completes, you might find that there is much more formatting of data that you need to do before data from LDAP is mapped to people form. I suggest you look at the mapping of each field and see if you need to manipulate any other fields. Approach suggested by Nik is the one even I use. You might have to write several filters for each manipulation. Regards, Karthik On Jan 31, 2013 10:15 PM, "Nikolay Fedoseyenko" <[email protected]> wrote: > ** > Hi Rajkiran, > The error you see is just little misleading. It checks for the managers > login id as you had mentioned. The workflow expectation is that you would > enter > managers name manually and if it missing the managers login id the filter > would tell you so, but you actually populating managers name, so no active > link that populates the managers login id on enter will run on the client > side to prefill it for you before the filter check. > Just add a filter that would do it for you (fill the managers login id > grabbing it from People form) before the check :) > Hope this helps > Nik > > ------------------------------ > *From:* rajkiran Alle <[email protected]> > *To:* [email protected] > *Sent:* Wednesday, January 30, 2013 11:27 AM > *Subject:* Return Function > > Hi, > > I am creating a escalation to copy LDAP data to People form, In that > process i am getting following error as i am copying ManagerName to People > form without MangerLoginID. I know that this error occurs because either am > not pressing the Enter after entering the Manger Name or am not copying the > MangerLoginID. I do have only MangerName in my Vendor form. > > Is there anyway i can insert the Return Function to include in the code so > that after copying the MangerName it performs the Return Function > automatically? > > > ARERR 44889 The Manager Information entered is not valid. Use the > return function on the Manager's Name field to retrieve the Manager's Name > and Login ID information. > > Thanks. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > > > _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"

