This is broken in new version

If you think that something doesn't work in Aware IM post your message here
Post Reply
BLOMASKY
Posts: 1470
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

This is broken in new version

Post by BLOMASKY »

IF OrderLines.orderNumber WAS CHANGED OR OrderLines.lineNumber WAS CHANGED THEN
OrderLines.orderLineForDisplay = OrderLines.orderNumber + '-' + OrderLines.lineNumber

The line number is an auto increment (reset when order # changes. In prior versions it worked fine. Starting with 2711, I do not get the lineNumber. I.e. I get 123456-
Before I would get 123456-1

What changed?

Bruce
himanshu
Posts: 722
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: This is broken in new version

Post by himanshu »

Bruce, I did have something similar finding ...

have a look at this post and video I have posted.
https://www.awareim.com/forum/viewtopic ... 403#p52403
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
BLOMASKY
Posts: 1470
Joined: Wed Sep 30, 2015 10:08 pm
Location: Ocala FL

Re: This is broken in new version

Post by BLOMASKY »

It seems to me that with the latest build, if an attribute has an auto number attribute it does NOT trigger the "WAS CHANGED" when it is created.

Bruce
Post Reply