Announcement
Collapse
No announcement yet.
Articles
Collapse
Sorry, you are not authorized to view this page
Categories
Collapse
Latest Articles
Collapse
-
by tommyWell done HP. In your effort to improve the webclient look and feel you managed to SCREW UP the standard client OOB forms to a point where they are useless. No customer that create more than a handfull of tickets a day will be happy to use the client because the webclient is still slow so they want to use the windows client. But the webclient does look better than the earlier versions. But the big problem is that notetabs on the OOB forms are GONE. Instead they are replaced with grou...
-
Channel: Articles
2010-06-16, 18:42 -
-
by tommyI have never really written rules down since common sense basically is all the rules that is required. However recently more and more users seem to think that posting the same question in multiple forums is a good idea. Or that it really helps them to bump a thread!
Come on people. This is a small site, duplicate threads and bumping threads is NOT necesary.
So here are som basic rules that you must follow in addition to use common sense:
- Do NOT post the s
-
Channel: Articles
2010-02-24, 19:06 -
by tommyFollowing JavaScript can be used to unload a file based on conditions.
1: Save this code in a JavaScript library called JSlib (or whatever you choose just remember to change references)
Code:function unloadFileFromSchedule(schedule) {
var rteReturnValue = new SCDatum(); var rteNames = new SCDatum(); rteNames.push("record"); var rteValues = new SCDatum(); rteValues.setType(8); rteValues=system.functions.insert(rteValues, 0, 1, schedule); system.functions.rte-
Channel: Articles
2010-02-12, 21:28 -
-
by tommyFollowing JavaScript can be used to load a file based on conditions.
1: Save this code in a JavaScript library called JSlib (or whatever you choose just remember to change references)
Code:function loadFileFromSchedule(schedule) {
var rteReturnValue = new SCDatum(); var rteNames = new SCDatum(); rteNames.push("record"); var rteValues = new SCDatum(); rteValues.setType(8); rteValues=system.functions.insert(rteValues, 0, 1, schedule); system.functions.rte-
Channel: Articles
2010-02-12, 21:13 -