Developer forum

Forum » Integration » DataIntegration - AccessUserID

DataIntegration - AccessUserID

George Nelzo Pereira
Reply

Hi,

About the orders from users, we have a loop in templates to use in frontend, and one screen in backend (http://www.screencast.com/t/vIWS9B493j3)
In both situations the system are looking in the orders table for the field [OrderCustomerAccessUserID]

Someone know if in the integration (orders) we can give a username for the system fill the correct access user id? Or something to choose this relation.


Replies

 
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi George,

The relation btw orders and user is only by AccessUserID. You could find a user by username and then get it's id, using Dynamicweb API:
Dynamicweb.Modules.UserManagement.User:GetUserByUserName
If it is not what you are looking for, please describe more details of where you need this.
Regards, Dmitrij

Votes for this answer: 1

 

You must be logged in to post in the forum