ticket-system

Maximo: Show user's assigned workflow work orders in map

谁说胖子不能爱 提交于 2021-02-08 11:39:42
问题 A user has multiple workflow work orders assigned to them in the Start Center: I want the user to be able to click a button (or link) in the Start Center that will: Open a Maximo map (Maximo Spatial). Show the assigned work orders on the map. Allow the user to click a work order on the map, which will open the work order in the Work Order Tracking application. How can I configure Maximo to do this? Maximo 7.6.1.1 来源: https://stackoverflow.com/questions/57937719/maximo-show-users-assigned

Maximo: Show user's assigned workflow work orders in map

吃可爱长大的小学妹 提交于 2021-02-08 11:39:39
问题 A user has multiple workflow work orders assigned to them in the Start Center: I want the user to be able to click a button (or link) in the Start Center that will: Open a Maximo map (Maximo Spatial). Show the assigned work orders on the map. Allow the user to click a work order on the map, which will open the work order in the Work Order Tracking application. How can I configure Maximo to do this? Maximo 7.6.1.1 来源: https://stackoverflow.com/questions/57937719/maximo-show-users-assigned

How to generate a ticket id with correct length by padding middle with 0

守給你的承諾、 提交于 2021-01-27 23:38:22
问题 I'm trying to generate a ticket id value with this format: yymm###### to be used in my database table. This expresses a 2-digit year, 2-digit month, and a 6-digit numeric id that is unique to the year-month prefix. If there are no other tickets id's for the current month and year (April of 2017 at time of posting), the the numeric portion of the value should be default to 000000 . The correct generated ticket id, in this case, should be: 1704000000 . If there are 1 or more pre-existing ticket

Online collaborative environment (not only dev oriented) [closed]

我与影子孤独终老i 提交于 2019-12-20 09:25:05
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I've been working with SVN for a couple of years and recently been working on some projects involving Trac. It might seem odd for most

Free support ticket software [closed]

泄露秘密 提交于 2019-12-18 10:24:27
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Is there a free support ticket product like osTicket? I would want it not to be bloated with features, since I want to be able to use

Maximo: Use script to update work order when a related table is updated

醉酒当歌 提交于 2019-12-13 03:26:46
问题 The bounty expires in 2 days . Answers to this question are eligible for a +50 reputation bounty. User1973 wants to draw more attention to this question. I have an automation script in Maximo 7.6.1.1 that updates custom fields in the WORKORDER table. I want to execute the automation script when the LatitudeY and LongitudeX fields (in the WOSERVICEADDRESS table) are edited by users. For performance reasons, I would prefer to only call the script when necessary (when the LatitudeY and

SQL: How do I loop through the results of a SELECT statement?

北战南征 提交于 2019-12-07 15:06:55
问题 How do I loop through the results of a SELECT statement in SQL? My SELECT statement will return just 1 column but n results. I have created a fictional scenario below complete with the Pseudo code of what I'm trying to do. Scenario: Students are registering for their classes. They submit a form with multiple course selections (ie. select 3 different courses at once). When they submit their registration I need to ensure there is still room left int the courses they have selected (note I will

SQL: How do I loop through the results of a SELECT statement?

一笑奈何 提交于 2019-12-06 01:14:20
How do I loop through the results of a SELECT statement in SQL? My SELECT statement will return just 1 column but n results. I have created a fictional scenario below complete with the Pseudo code of what I'm trying to do. Scenario: Students are registering for their classes. They submit a form with multiple course selections (ie. select 3 different courses at once). When they submit their registration I need to ensure there is still room left int the courses they have selected (note I will do a similar check before presenting them with course selection UI but I need to verify afterwards in

Getting curl_error(): 2 is not a valid cURL handle resource while fetching all users from freshdesk api

偶尔善良 提交于 2019-12-04 09:57:17
问题 I am creating my own system to managing all tickets which are comes from freshdesk.com through its API. I am making curl request to fetch data from freshdesk.com. With getting data of related to tickers its works fine but when i am requesting for all users through curl request then its give me error: Warning: curl_errno(): 2 is not a valid cURL handle resource in C:\wamp\www\test.php on line 28. My code is like that: $ch = curl_init(); $cOption = array( CURLOPT_URL => 'http://velocity

Mail gem - how to clean up the body string

回眸只為那壹抹淺笑 提交于 2019-12-04 09:29:32
问题 I'm trying to read an email using ruby mail gem. But mail.body.decoded returns me not just the body message. How can I clean up this body message and remove unwanted text like: -20cf30433c9a437cc304939017ef\nContent-Type: text/plain; charset=ISO-8859-1\nContent- message = $stdin.read mail = Mail.read_from_string(message) puts mail.body.decoded --20cf30433c9a437cc304939017ef\nContent-Type: text/plain; charset=ISO-8859-1\nContent-Transfer-Encoding: quoted-printable\n\n REAL BODY TEXT \\n\n-