Search
-
Could you just use a GetSum action that gets the sum of the RecordIDs in the grid?
If the sum is greater than 0 there are records, otherwise there are no records.
I haven't tried it, but I don't see why it wouldn't work.
Paul
-
Blake C
You might try using Retreive Value From Table (select RecordID as the field)
Use the same where clause as the grid filter and instead of retreiving first get the count of records.
If the count is equal to zero then there are no records.
-
Hi,
Is there any way to archive the data?
Thanks
Navitha
-
Update: I got it working. It ain't pretty, though.
Adding to my description in my previous post...
After deleting the active record, I wound up basically reloading the page. This page is passed a custom filter for the grid on the left, so I had to grab a couple items from the screen BEFORE deleting the active record, setting these items as ...
-
From the table. I am guessing I need to call.
-
I have a transportation company, I was told that I would be able to use routing with google maps, I have the online quickbooks, with method, how do I install google maps?
-
Sorry. Should have given more context.
I'm deleting a current, active record (linked to a customer). There's a grid on the left showing other records for the current customer. If the deleted record represents the final record for that customer, I want to close the page and go elsewhere.
If there are still other records for that customer, ...
-
Blake,
You are also able to see a record count in the grey area at the bottom of the grid.
-
Shelley-
To confirm:
You are going to step 3 of 9 on the grid
Selecting the filter view you want to be the default
Clicking New/Edit
Checking the This is the default view for the grid checkbox.
-Michael
-
Blake-
If you look at the grid and you don't see any rows then it is empty (Unless the data is filtered) .
You could also export the table the grid is based off using the Import / Export tool found under Customize > Intergration Tools, this exports the raw unfiltered data from the table
Why are wanting to see if a grid is empty? ...
|
|
|