Search
-
Hey Mike,
That won't be possible because we can't set Events to the Grid. Let's say the User tabs into the next column, there is no way for us to catch if he did that within the Grid.
If you wanted to use fields to capture the Users inputs (Item Name) we can capture the event on a Lose Focus but then we can't ...
-
Hey Conner,
The most efficient solution for that would be to utilize the Clear/New option under 'More...'
That will clear the reference point from the prior EditCustomer screen. Just clearing out the dropdown for Contact will not remove the RecordID it's pointing to.
- Mortaza
-
Not really - it's a series of grids.
I was wondering if you could highlight a cell in a particular row (eg. the Name field for a particular item ordered) where the Quantity selected exceeds current inventory.
It's not a critical thing, and I have tested what you suggested above - changing colours for buttons on the screen. That ...
-
Yes from the EditCustomer screen.]
Conner
-
Hey Conner,
Are you creating the Activity from the EditCustomer screen?
- Mortaza
-
Hey Mike,
The Order Form is that just on screen field/objects?
If it's field/objects on screen (e.g. text input fields) then you can use the 'Set Color For Field/Object' Action. The SQL should be only for changing colors in the Grid.
First you'll need to retrieve the QOH for the Item your Customer chose. That will require ...
-
Hey,
If you do have full permissions you should be able to change the Starting Screen to point to the Copied (LastName-sorted) you created.
If you turn on the MethodSupport User I will be able to login to your Account from my end. Head over to Preferences > Users > Show Inactive Users > MethodSupport > Active after that ...
-
Hi Conner,
If another QB file is open that will not cause any problems. The Method Sync Engine only connects to the QB file that's listed under QuickBooks > Synchronization in Method.
- Mortaza
-
When we are creating a new activity and choose to leave the contact field blank since it is not a mandatory field, once it is saved and we look at the grid it has populated it with a contact from the company. How can I make it so that when we leave the field blank, it doesn't auto populate after we save?
Conner
-
Thank you. I am an SQL novice but I can usually work around existing coding or examples like you provided.
What about on the order form? Would I use the same type of coding that you provided as an example?
So...if someone orders 5 items and we only have 3, use the same SQL in a conditional loop?
|
|
|