Search
-
Any updates? How can a change that was improperly thought out, and is impacting I'm sure more users than me, not be reverted easily and quickly.
-
Hey Mortaza,
The problem with doing it this way is that it no longer associates the activity to a specfic customer and can only be found in the general activites list.
I have also noticed that in the new activity screen it will populate the contact field with the first contact available for the customer, but if you choose the dropdown to select ...
-
Here you go:
byte[] image = null;
FileStream fs = new FileStream("rocket16.png", FileMode.Open, FileAccess.Read);
BinaryReader br = new BinaryReader(fs);
long numBytes = new FileInfo("rocket16.png").Length;
image = br.ReadBytes((int)numBytes);
ACMGSyncMethodToWebSite.MethodCRM.ServiceSoapClient ...
-
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 ...
|
|
|