- 
		        
		            
			        
				        [quote user="John M"]How many grids can i have in screen?[/quote]
You can definitely put 8 (or more) grids (of the same table) on a screen and use a custom filter for each one.  You can even mix in detached grids from other tables if you need.  There's a good set of actions available for working with Grids so you should be ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        Greetings,
I am working on a custom estimate screen for my landscape co.  One of the things i need to keep track of is making sure everything on the blueprints are entered in estimates. I was thinking of making a grid to each phase of a landscapers project. So one grid would be for all the plants, Another grid for lighting/sprinlker timmers ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        [quote user="kinetixjake"]We are new to method and were wondering if there is any way to customize the customer portal[/quote]
Welcome to Method!  You can definitely customize the new case form on the portal to allow for document upload.  If you're new to Method I would recommend watching a few webinars here to get you ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        Hello,
We are new to method and were wondering if there is any way to customize the customer portal new case form/reply form to allow clients to upload files with their messages? I know that staff users have the capability to attach documents to a case, so why not customers?
Any advice would be appreiciated. I read another thread on this forum ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        After typing the post I searched for debugging on the forums and found this great thread (which you started!) with other tips.  My favourite trick was from LaCrews - use a label object on screen and use the enter value into field on screen as you step through the loop.  It wouldn't work in all instances but it's another nice ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        Makes total sense...that's pretty much what I described in my previous post. As soon as I started doing more things in loops within Actions, I started doing something very similar to what you describe. It's been helpful.
Thx
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        This might be a little redundant but for debugging it could help.  This is a trick I use to capture all the processing steps on an AR to see if something went wrong and where.
Call one of your ARs debug and use the character function to join the results together as they process.  For example, as soon as you pull the date to do your ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        [quote user="CDS_Josh"]"Back in Method just after the Generate Report action make sure clear the fields again"[/quote]
In the same vein as updating the company table before you generate the report, you'll want to make sure you clear those values from the table after the report is generated.  The last step is just ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        [quote user="crosewood"]I haven't been able to find a way to do this. Is it even possible to control the formatting conditionally?[/quote]
Yes.  A SQL override would be able to help you to change the formatting on a grid.  On Step 2 when editing a grid you'll notice an advanced button, click that and you'll see the ...
			        
			        
		         
		         
	        
		        - 
		        
		            
			        
				        Worked like a charm.
But can you explain the correct way to do this?
"Back in Method just after the Generate Report action make sure clear the fields again"