
hcl
Members-
Content Count
250 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout hcl
-
Rank
Level 6 Contributor
- Birthday 05/06/1982
Contact Methods
-
Website URL
http://casdmsolutions.blogspot.com
-
ICQ
0
-
Yahoo
saranaone@yahoo.com
-
Skype
saranaone
Profile Information
-
Gender
Male
-
Location
Bangalore
-
Interests
CA Service Desk
Installation
Configuration
Implementation
Customization
Migration
Spel Coding
Recent Profile Visitors
836 profile views
-
Have you achieved this? Please share
-
Need to create condition macro to check act log description
hcl replied to hcl's topic in Customizations / Modifications
Anybody, please help on this macro code -
Hi Experts, I want to create a condition macro to check the description of close activity when the ticket is closed. If the close activity description = "The ticket closed by Oneclick", then I have to set Resolution method= closed by tool Please help on how to create that condition macro on act_log table Regards, Saran
-
Have you resolved this and how?
-
Resovled: Reset password with checking old password
hcl replied to hcl's topic in Customizations / Modifications
Hi prohacx, U r correct. It is solved Replacing the line <INPUT TYPE=PASSWORD NAME=oldpsw SIZE=15 id="z_old_pwd"> with <INPUT TYPE=PASSWORD NAME=oldpsw SIZE=15 id="z_old_pwd" onblur="zchk_oldpsw();"> It should not allow to move from old psw text box unless u give correct old psw. Regards, Saran -
Dear all, Goal: Reset the password (contact_num) after checking old password. Note: 1. PIN authentication (contact_num) type is using . 2. Password update is working fine without checking old pasword. What i have done is: Created one link in home.htmpl of emp page as <PDM_LINK class=analyst ID="btn001" font-size:0.7em NAME="My Profile" OP=UPDATE PERSID=cnt:$cst.id HTMPL=detail_cnt_edit.htmpl>Change Password</PDM_LINK> My detail_cnt_edit.htmpl is: <PDM_IF 0> detail_cnt_edit.htmpl WHEN PRESENTED: When the app needs input to create a new Contact or update an exis
-
Hi, Plz explain how to break the script. Regards, Saran
-
Hi sabeer, U got the solution? Plz let me know. Regards, Saran