• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Auchi
#1 Posted : Friday, March 23, 2007 4:42:13 PM(UTC)
Auchi

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.
Nick Alberti
#2 Posted : Friday, March 23, 2007 5:02:43 PM(UTC)
Nick Alberti

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012