Search
You searched for the word(s): %27
-
Sean-
Try putting a counter in the loop to count how many times the loop runs and compare that value with the total number of records that should be processed.
-Michael
-
I have customised the 'edit Customer' screen, and have just encountered a strange problem. When selecting a customer and opening the edit Customer screen for the first time from the contacts list, the 'customer.balance' field displays the balance properly. Thereafter, choosing any further customer records from the ...
-
While trying to edit a custom screen, I have just tonight encountered a problem where I cannot switch between the 'add field' and 'add object' section of the toolbox. This is happening in both the december and january versions.
Also, how can I change the relative sizes of the toolbox window and the 'edit ...
-
smohyee-
Take a look at the actions on the OnScreenLoad event for that screen (This is accessed by clicking the Advanced button).You will see that there is a condition in there that skips certain invoice line items from being added to the grid filter. If you remove that condition it should display all items.
-Michael
-
In a section with two columns, I have a checkbox with a caption in the left cell, and a button in the right cell. I've set the alignment of the checkbox object to "right", and the alignment of the button object to "left". Ideally this would bring the checkbox and button right next to each other in the center of the section. ...
-
Hi swm023,
The best way to update the leads is to first export the customer table as well as its fields that you want to update in the format of .csv.
You will then be able to import the updated information back into that table. Its best that you export the RecordID field since it is considered the key field as well as the ...
-
Editing the Tab Links has taken care of the problem.
Thanks.
-
What I've noticed is that as line items from a sales order are invoiced, they are somehow marked so that the next time you convert an SO to invoice, those line items wont show up in the SalesOrder_CreateInvoice screen (the popup screen you get from clicking the "Create invoice" button)
However, after spending some hours ...
-
Yes, I've been working in the January version for the last week or so. It's very random in terms of when records are skipped. I've been looking for patterns, but I can't seem to find any. I could have problems after the loop has run through a couple hundred transactions, or after I've done a couple thousand, ...
-
voltaire-
Have you tried this on the staging site? You can get to the Staging site by clicking on "Switch to the January Version" at the bottom of the login form. (Click Here for more info on this).
There was a issue that was addressed that in some cases caused records to get skipped when conditonal statements existed within a loop. ...
|
|
|