Forums

ForumForumSearchSearchResultsResults
 
Your search returned 237 result(s):
New Post
 Forum: Developers
 4/16/2012 11:58 PM  
 
No.  All REST operations must go through rest.svc.  Also, the general rule is that operations that modify the system require a POST.  So, call /rest.svc/DeleteModuleItem">http://<URL>/rest.svc/DeleteModuleItem with Json content {ModuleName: 'Accounts', ID: 'xxxx'} The best p...
New Post
 4/5/2012 9:46 PM  
 
Please contact our support staff directly for further assistance.  
New Post
 4/3/2012 4:55 AM  
 
In all our text fields, you can use boolean logic with a Google style of syntax.  So, to search for TG and RE, just use TG RE.  Or, you can use the OR clause, such as TG or RE.  There is also AND NOT. A multi-selection list box would have the same issue if the data is stored as XM...
New Post
 4/2/2012 3:46 AM  
 
It is possible that checkbox lists are not handled the way you desire.  I think the checkbox lists were intended more as an alternative to a multi-selection listbox and not as a way to search a value that is stored as also stored as a multi-selection list box.  Your best bet is to ...
New Post
 3/30/2012 11:59 AM  
 
It would be helpful if you could enable the show_sql flag and provide the SQL resulting from the search. I suspect that the problem is that the search code is using a value set search instead of a contains search. Since a checkbox list is stored as XML, its stored value will only be exactly the s...
ForumForumSearchSearchResultsResults