Search found 14 matches

by jturek
Tue Aug 20, 2019 10:15 am
Forum: Integration Development
Topic: Setting Order Contract Buyer & Seller Property
Replies: 3
Views: 1511

Setting Order Contract Buyer & Seller Property

I have add the buyer & Seller in order Contract now i want Add Type of Buyer and Seller whether it is Individual or Organisation so,how can set that Type? dynamic Buyer = ((IOrder)objOrder).CreateNew("Buyer"); Buyer.Name = objUserEntity.Name; contacts.Add(Buyer); How to set Type Invidu...
by jturek
Mon Apr 22, 2019 12:50 pm
Forum: Integration Development
Topic: How we can Create Other type of contact with Contact Type name as 'Closing Location'
Replies: 1
Views: 851

How we can Create Other type of contact with Contact Type name as 'Closing Location'

Hi Team., I have tried to create 'Other' type Order contact with Contact Type name as 'Closing Location' but not able to achieve the same Can you please suggest for the same ? Create contact: Other (closing location) Closing Location Contact.PNG To getting this done written the below code, it create...
by jturek
Sat Apr 13, 2019 10:31 am
Forum: Integration Development
Topic: How to get Task Status from tasks in Checklist and Request list.
Replies: 3
Views: 1246

Re: How to get Task Status from tasks in Checklist and Request list.

Now successfully received the task status of given task names(Description). Is this right approach to fetch the task status of given task name ? // Open Order. IOrder order = os.OpenOrder(search, true); // Get list of tasks and add all task types to it. IList tasks = (IList)order.GetProperty("T...
by jturek
Wed Apr 10, 2019 3:04 am
Forum: Integration Development
Topic: How to get Task Status from tasks in Checklist and Request list.
Replies: 3
Views: 1246

How to get Task Status from tasks in Checklist and Request list.

Hi Team, The requirement is to get task status of some of tasks in Checklist and Requested list. For this written the below code and gets the task list. Now I have to compare the task description and get its Status. IOrder order = os.OpenOrder(search, true); // Get list of tasks and add all task typ...
by jturek
Fri Feb 08, 2019 6:16 am
Forum: Integration Development
Topic: Not able to set the Existing Profile before Create Order
Replies: 4
Views: 1046

Re: Not able to set the Existing Profile before Create Order

Hi Bob, I am going to assigning existing profile "Default\\Accounting\\<Profile Name>" is only to get Auto generate Order Number. For this first provided the Trusted Account and then activated the Profile. Please find the below code and let me know is it right approach or anything missing....
by jturek
Wed Jan 23, 2019 2:04 am
Forum: Integration Development
Topic: Not able to set the Existing Profile before Create Order
Replies: 4
Views: 1046

Not able to set the Existing Profile before Create Order

Hi Team, I have tried to assign our existing profile before create Order, and while execute the code, no exception occurred but when I went to revisit the same created Order it shows 'Default' profile. Please correct me if anything missing. 1. Assign existing profile code NetworkCredential creds = n...
by jturek
Fri Dec 21, 2018 1:40 pm
Forum: Automation Code Snippets
Topic: Automation for Moving Documents to Folders
Replies: 10
Views: 6577

Re: Automation for Moving Documents to Folders

Hello Bob, This is Joanna, now we are getting this error Error: The automation instance failed. Stack Trace: at SoftPro.Select.Server.Automation.Runtime.XamlWorkflowInstanceWorker.OnStart(EventArgs args) at SoftPro.Select.Server.Automation.Runtime.WorkflowController.Start(WorkflowInstance instance, ...