This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Prepopulate Request properties form field

Does anyone know of a way to pre-populate a request properties field?  I'd like to populate a field with the logged in user's name/UID but allow them to change it if necessary.

Thanks!

Ellen

Parents
  • You may use the template that you select to the field of Request Properties to pre-populate logged in user.

  • Thanks xd.  Won't this restrict the field to only the logged in user?  If I use the condition UID_Person In (Select UID_Person From Person Where UID_Person = '%userid%'), won't this prevent the user from selecting other employee objects?  

    Regardless, I get a 'ShoppingCartItem.userid could not be found' error when I try this.

    Ellen

Reply
  • Thanks xd.  Won't this restrict the field to only the logged in user?  If I use the condition UID_Person In (Select UID_Person From Person Where UID_Person = '%userid%'), won't this prevent the user from selecting other employee objects?  

    Regardless, I get a 'ShoppingCartItem.userid could not be found' error when I try this.

    Ellen

Children