Search
-
Hi BLCPA,
Try replacing the full viewTable.FieldName with just the FieldName. I was able to get it to function this way.
Let me know if that helps.
- Justin
-
Marcelo,
I would recommend using two Action Results, one to keep track of the largest number and another to keep track of the RecordID for its record.
Create the Action Result to keep track of the largest number and make it equal to 0 (create this before your Loop Through Grid action). In your Loop Through Grid, use a Conditional ...
-
Hi dinozorro,
I'll have your account manager reach out to discuss the details with you. They'll be in touch. :)
- Justin
-
-
January 18, 2014
Estimates
Updated filters in grids, drop downs and snapshot with improved filters to account for QBO vs QBD difference
Fixed issue where tax groups were not showing up on invoices. (ticket #4180)
Updated app to be ready for the release of the opportunties app
-
January 18, 2014
Invoices
Updated filters in grids, drop downs and snapshot with improved filters to account for QBO vs QBD difference
Fixed issue where tax groups were not showing up on invoices. (ticket #4180)
Updated app to be ready for the release of the opportunties app
-
I got them to display the way I wanted, but when I try to select one of the choices of the dropdown it won't let me, nothing happens
This is what I did
Screen is based on fixed asset item table, the dropdowns are based on inventory item table
1. Edit fixed asset item table and added a dropdown field based on item inventory table to ...
-
Ok, I created the fields in the fixed asset item table, and inserted them into the screen, and it seems to be working fine, the only problem I have now is that the first column is the recordId and that it not what I want, and I dont see how to changed that
-
I am creating a screen based on the Customer table and have a grid. I want to have multiple fields in a single column, so am trying to use a SQL override. I copied the same code that is in the Contact List:
'<b>' + ISNULL(viewContacts.AssignedTo,'') + '</b><br />' + '<i>' + ...
-
I spoke to soon, the dropdown fields are working, but when I save the screen for one record Id and i select a different recordId the value is saved there too.
|
|
|