Errors on AccountingSuite, v 1.1.31.70

Accounting and inventory IFRS/GAAP suite for SMB. General questions. See 1C:AccountingSuite details

#1
People who like this:0Yes/0No
Just came
Rating: 1
Joined: Nov 27, 2012
Company: L4S

When I try to post Warehouse Transfer I get error `Object field not found (Rows)'

After posted Item receipts linked to Purchase order received qty in PO didnot change.

When is it supposed to update Download version of AccountingSuite?

 
#2
People who like this:0Yes/0No
Active user
1C:Professional
Rating: 8
Joined: Jun 25, 2013
Company: 1C Company

Thank you for information. It's been forwarded to the developers. Fixed version will be uploaded as soon as possible.

1C Company support team
 
#3
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Jul 29, 2011
Company: 1C Company

We apologize for the issue. Currently you can fix it by making the following change in the Document.WarehouseTransfer.ObjectModule:

line 61:

change

Code
If  QueryResult.Rows.Count() > 0

to:
Code
If  QueryResult.Count() > 0

And updated version of AccountingSuite will be uploaded to 1C:Developer Network shortly.

 
Subscribe
Users browsing this topic (guests: 3, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.