Order Task, field ‘is Check List’

Discussions related to custom development with Select.
Post Reply
sarroyo
Posts: 9
Joined: Wed Aug 22, 2012 10:41 am

Order Task, field ‘is Check List’

Post by sarroyo »

Our Boylan (SoftPro Select 2.x) implementation of our integration used the field OrderTask-> IsCheckList. I can find the field it the Softpro 3.x database, but cannot access it via the API.

Can you assist us on how to obtain this field from the API.
Melissa McBerkowitz
Posts: 91
Joined: Wed Sep 10, 2008 3:33 pm
Location: Raleigh, NC
Contact:

Re: Order Task, field ‘is Check List’

Post by Melissa McBerkowitz »

We don't have a field for this any more but you could test the object type, which will either be ChecklistTask or RequestedTask. You could also pull from the order's separate collections for checklist tasks (Order.ChecklistTasks) vs. requested tasks (Order.RequestedTasks) to know which is which.

If you are adding tasks, create the type that you want and add it to the Order.Tasks collection. If you've added a new ChecklistTask to the Order.Tasks collection, you'll then see that new task in Order.ChecklistTasks as well.
Melissa McBerkowitz
VP of Product Strategy, SoftPro
Post Reply