BV Commerce Forum
»
BV Commerce Support
»
General Support
»
complicated question: Calling to the user table from the "EditOrder.aspx"
Rank: Member
Joined: 1/8/2007(UTC) Posts: 79
|
I need to show the "Custom questions answers" that appears at the bottom of the user profile in the Edit Order. Is it any way to do it?
I guess that I should get the order's customer, then get it's id and look for the customquestionanswers field. but may be I'm going in the wrong way.
Anyway if I would be right, I cannot do it, I can't think the way to get the id.
Have a nice week end everyone.
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
I would create a new task on the Process New Order workflow. This task would add the “CustomQuestionAnswers” (if one existed for that customer) as a private note to the order.
I suspect there are many ways to do this, but this is one…
To get the “CustomQuestionAnswers”, you could do something like:
Dim u As Membership.UserAccount u = Membership.UserAccount.FindByBvin(Me.BvinField.Value) u.CustomQuestionAnswers
You can find the add note code on ViewOrder.aspx.vb
I hope this helps! |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.