
isaque.almeida
Members-
Content count
8 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout isaque.almeida
-
Rank
Newbie
-
Filter Symptom Code List by Category
isaque.almeida replied to isaque.almeida's topic in Customizations / Modifications
Hi Black, thanks for responding. I move the code to detail_alg.htmpl, so the validation can be done on the resolution moment. Thanks again. Hugs.- 2 replies
-
- symptom code
- category
-
(and 2 more)
Tagged with:
-
Filter Symptom Code List by Category
isaque.almeida posted a topic in Customizations / Modifications
Hi experts, I have the list of symptom codes on my usp_symptom_code table as follows: id del sym 900 0 Application Not Responding 901 0 Error Message 902 0 High CPU Usage 903 0 Slow Response 904 0 System Making Noise 905 0 Unable to Connect 906 0 Unable to Log in 907 0 Unexpected Results 908 0 Unable to Boot 400001 0 Phone Not Responding 400002 0 Phone Error Message 400003 0 Phone Password Forgotten 400004 0 Phone Slow Response 400005 0 Phone Unexpected Results 400006 0 Phone Unable to Start What I want to dos is: When I open a new incident, if choose some category like 'HARDWARE.CELULAR%' just symptom codes related to it appears. This is my code on "detail_in.htmpl": var catCelular = 0; <PDM_LIST PREFIX=celularList WHERE="ref_num = '$args.ref_num' AND category.sym LIKE 'HARDWARE.CELULAR.%'" FACTORY=cr> // $celularList.id catCelular = 1; </PDM_LIST> if(catCelular == 1) { <PDM_MACRO name=dtlDropdown hdr="Symptom" attr=symptom_code lookup=no whereclause="id IN (400001, 400002, 400003, 400004, 400005, 400006)"> }else{ <PDM_MACRO name=dtlDropdown hdr="Symptom" attr=symptom_code lookup=no whereclause="id IN (900, 901, 902, 903, 904, 905, 906, 907, 908)"> }; When I create a new incident, before I choose some category it is ok, it is showing only symptom codes not related to category 'HARDWARE.CELULAR%' but when I choose one of these categories the options are not filtered. I hope I was able to be clear, I will be thankful if someone could help me on this. Thanks in advance. Bye.- 2 replies
-
- symptom code
- category
-
(and 2 more)
Tagged with:
-
Hi SDM experts, I'm very newbie on SPEL code. if ( !is_null(assignee) && status == "OP") { status = "WIP" ; How can I change it into a SPEL code? I want that SPEL code check 'assignee' field, if it is not null and it status is equal to 'Open', so set status to 'Work In Progress'. I'm talking about cr object. Can you guys help me?
-
Query to check knowledge categories
isaque.almeida posted a topic in Knowledge Tools / Keyword Search
Hi guys. On the Knowledge Documents Categories in Knowledge tab on SDM we have folders and subfolders created to put documents. Some of them have documents other does not. Well, what I need is a SQL Query to show how many docs we have in each folder or at least show if folder is empty. Do you guys know how it is possible? If somebody can help me I would appreciate it. Thanks a lot. -
Popup confirm messagen when cancel ticket
isaque.almeida posted a topic in Customizations / Modifications
Hi guys, I would like to know how to create a popup confirm message when trying to cancel a ticket. For example: If I try to change a ticket status for canceled I receive a popup message like this: Do you really want to cancel this ticket? Options: OK (Proceed with cancelation) No (Close pupup) Can you guys help me? Thanks in advance! -
isaque.almeida started following Popup confirm messagen when cancel ticket
-
Creating a new field checkbox
isaque.almeida replied to Asan's topic in Customizations / Modifications
Hi Asan Jolison, Firstly, using Web Screen Painter you should create a column on Schema Designer, for example: z_desvio_processo as SREL – Boolean type Save and Publish. You need to stop SDM and run pdm_publish command. On order_status_changed.html you should insert a PDM_MACRO, for example: <PDM_MACRO name=dtlDropdown hdr="Desvio de Processo" attr=z_desvio_processo > Don’t forget to run pdm_webcache I hope it helps. Good luck -
TOMCAT error when trying to attach a file
isaque.almeida replied to isaque.almeida's topic in Install / Migrate / Configure
I can log into Servide Desk by this URL, but when I try to attach a file I receive the error. Sorry, I'm new on SDM how can I chek this communication that told? Thanks in advance -
TOMCAT error when trying to attach a file
isaque.almeida posted a topic in Install / Migrate / Configure
We are receiving the following error when trying to attach a file: __________________________________________________________________ Unable to connect to 'https://server:8443/CAisd/UploadServlet' Please make sure that the servlet path is correct, and that Tomcat is up and running. Would you like to retry? -------------------------------------------------------------------------------------------- I tried to set the ServLet path by, hostname, IP and URL and I receive the same error in all 3 options. Please look the screenshots Any assistance would be greatly appreciated. server05272014.xml