Search found 94 matches

by sanjay.mittal
Tue Jul 29, 2014 9:56 am
Forum: Integration Development
Topic: Order Notes issue through API for version 3.3.3.6
Replies: 10
Views: 1789

Re: Order Notes issue through API for version 3.3.3.6

No it didn't. Still getting the same error message.
by sanjay.mittal
Tue Jul 29, 2014 9:10 am
Forum: Integration Development
Topic: Order Notes issue through API for version 3.3.3.6
Replies: 10
Views: 1789

Re: Order Notes issue through API for version 3.3.3.6

This piece of code was working in the previous version. I didn't get any more information in the call stack. Do you want to share my screen and have a look?
by sanjay.mittal
Mon Jul 28, 2014 5:14 pm
Forum: Integration Development
Topic: Order Notes issue through API for version 3.3.3.6
Replies: 10
Views: 1789

Re: Order Notes issue through API for version 3.3.3.6

Here is the code and the error message.

Dim oOrderNote = order.CreateNew("Note")
oOrderNote.SetProperty("IsInternal", "False")

A first chance exception of type 'System.MemberAccessException' occurred in SoftPro.EntityModel.dll
by sanjay.mittal
Mon Jul 28, 2014 2:28 pm
Forum: Integration Development
Topic: Order Notes issue through API for version 3.3.3.6
Replies: 10
Views: 1789

Re: Order Notes issue through API for version 3.3.3.6

The user has full access to proform module. Do I need to give extra permission for notes?
by sanjay.mittal
Mon Jul 28, 2014 11:57 am
Forum: Integration Development
Topic: Order Notes issue through API for version 3.3.3.6
Replies: 10
Views: 1789

Order Notes issue through API for version 3.3.3.6

While trying to set values for the order notes, API is throwing "can not access member" exception after updating to the version 3.3.3.6. So the Notes properties are changed to Read Only in the new version?
by sanjay.mittal
Tue Jun 10, 2014 3:52 pm
Forum: Integration Development
Topic: Setting up City using API
Replies: 5
Views: 981

Re: Setting up City using API

Can you give me an example of how to use this code to setup the city field in the property address?
by sanjay.mittal
Tue Jun 10, 2014 10:07 am
Forum: Integration Development
Topic: Setting up City using API
Replies: 5
Views: 981

Re: Setting up City using API

Thanks Graham for the detaiiled explainantion. I am not able to recreate the issue in the front end. Though it shows a pop up with a list of city when I enter a city in it.

Is there some way, it can automatically pick the top row in case of the duplicate enteries, without throwing an exception?
by sanjay.mittal
Mon Jun 09, 2014 2:37 pm
Forum: Integration Development
Topic: Setting up City using API
Replies: 5
Views: 981

Setting up City using API

API is throwing the following error message, when the adapter trying to set the city for the property address.

The ILookups.DisambiguateLookupRow event did not handle the situation where two lookups rows had the same key field and it was retrieved.

Can you tell me how to solve this issue?

Thanks
by sanjay.mittal
Thu Apr 03, 2014 11:56 am
Forum: Integration Development
Topic: Notes for OrderChecklist.
Replies: 1
Views: 662

Notes for OrderChecklist.

Can you give me an example of how to add notes to order checklist? I tried the following code and got acces member exception. If strNote <> "" Then Dim iNote iNote = DirectCast(spsOrder, IOrder).CreateNew("Note") 'oTask.Note.CreateNew() iNote.Text = strNote iNote.IsInternal = Tru...
by sanjay.mittal
Wed Mar 19, 2014 10:19 am
Forum: General
Topic: DeliveryKind in Order Events
Replies: 1
Views: 674

Re: DeliveryKind in Order Events

Anybody?