Search
-
Are you guys planning on releasing a 64-bit version of the sync engine any time soon? I feel like the sync is not happening fast enough when performing large updates in the 10's or 100's of thousands record-wise.
Yes, I am a speed freak. Thoughts?
EDIT: Maybe a stupid question, but are do you guys have a version of the sync engine that ...
-
I will try this. Is this a SQL IN () clause? Are you parsing the commas into ',' and adding ( and ) on the ends? That must be what you are doing because in another filter I have the following working fine: RecordID > 0 AND Class IN ('<City>','_National'). "Build Selection ...
-
Hi homeproav,
There are many ways to accomplish this, and this falls outside of the scope of support, but I'll point you in the right direction. If you are having issues with this, we won’t be able to help as we can only troubleshoot if there are errors with the code generated. The simplest way would be to use CSS, so that you can ...
-
I have tried every which way to add IsManuallyClosed = False to my report filter but it does not affect the resulting report. I have tried: IsManuallyClosed is No, = No, <> True, <> Yes, and ISNULL(IsManuallyClosed,0) = 0, = 0, <> 1. All don't work. Whats the secret for filtering for IsManuallyClosed = ...
-
Hi Robert,
You're almost there. You can remove the apostrophes from your Type In list, the list should be in comma separated format instead of SQL format. For example:
karen.a,valerie.c,robert.c,peter.i
-Russell
-
Hi Retrotel,
This error message is probably referring to the filter in the Generate Report action (what records to export), rather than the dropdown filter which determines which reports are available. If you take a look at the Generate Report button on the screen, and edit the Generate Report action (bottom of the list), ...
-
Greetings,
I get the following error message when changing the drop down list from In process to Completed while saving a in the edit case screen:
This record could not be saved. The version of your accounting software does not support edits on this list or transaction from 3rd party software. Try editing the record directly in your ...
-
I need to unlock a screen field only for specific users by name. I have a conditional statement with Build Selection List based on Session User Name. I use Type In with the list of users I want to have the condition return true for. I have a list of users, such as: ...
-
Russell,
Thanks for the reply. We are using the Standard version so we cannot alter tables. Looks like we cannot accomplish our dropdown goal.
Thanks.
-
I'm trying to figure out how to change the font and color of the font in the web to lead form. I'd like to change the font to Arial, and from black to white. I have no problems editing the html if I just know exactly where and what I'm looking for in order to change....
|
|
|