Search found 1191 matches

by Rennur
Mon Jul 23, 2012 11:21 pm
Forum: Problem reports
Topic: XML returned from the server does not have 'root' element
Replies: 7
Views: 8598

CORRECTION

If Company.Address CONTAINS '&' Then
REPORT ERROR 'Address: Word (and) must be used instead of ampersand (&)'
by Rennur
Mon Jul 23, 2012 11:13 pm
Forum: Problem reports
Topic: XML returned from the server does not have 'root' element
Replies: 7
Views: 8598

I have created a RULE 'Do not use ampersand' to spit out an error if & is used.

If Company.Google_Map CONTAINS '&' Then
REPORT ERROR 'Address: Word (and) must be used instead of ampersand (&)'
by Rennur
Mon Jul 23, 2012 1:49 am
Forum: Problem reports
Topic: XML returned from the server does not have 'root' element
Replies: 7
Views: 8598

XML returned from the server does not have 'root' element

Version 5.3, Build 1549 Ampersand (&) causing XML returned from the server does not have 'root' element Basically trying to insert the contents of 2 'Plain Text' attributes into a 3rd one. Attr1: Company.Address 'Cnr Smith & Jones St' Attr2: Company.Suburb 'Mayfair' Attr3. Company.Google_Map Company...
by Rennur
Sun Jun 03, 2012 6:54 am
Forum: General discussion and questions about Aware IM
Topic: Process within a process problem
Replies: 4
Views: 4010

Default implementation of 'Add New' does not allow you to select what form to use for 'Creation', hence the use of the process for 'Add New' instead. So, when I start a new 'New Docket' process it opens a form with one of the attributes being 'Truck' (as a dropdown) selection with a Add New button n...
by Rennur
Fri Jun 01, 2012 5:47 am
Forum: General discussion and questions about Aware IM
Topic: Process within a process problem
Replies: 4
Views: 4010

Thanks for the reply, however I'am struggling to understand your suggestion. You need to get the BO Truck ID push to BO Delivery Docket.. What do you mean by 'Push'? In the BO Docket... MyTruckID = Truck on the process after the Enter New. My process rule looks like: 1. ENTER NEW Truck WITH Truck.De...
by Rennur
Fri Jun 01, 2012 3:12 am
Forum: General discussion and questions about Aware IM
Topic: Process within a process problem
Replies: 4
Views: 4010

Process within a process problem

Hi, I'm fairly new to AwareIM but this problem is bugging me since I started using it. I have 2 BOs & 2 Processes: BO Truck (Peer 'multiple docekts') BO Delivery Docket (Peer 'single Truck') Process NewTruck (ENTER NEW) Process NewDocket (ENTER NEW) When I start the 'NewDocket' process, the form pop...