Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.

Problem with record(save) custom field in class Trouble Ticket Analyst comment though front-end

We created our own new page (with other UX) and name it NewApp. When user fill out the form on the old page he receives the notification on the email with the link to the old page where the form is.

But faced with the problem that if user use new page the email notification contains also the link to the old page.

We implemented a solution below to divide this notifications for old and new page:

We are trying to save Workitem with method "save" ( .localhost/ServiceRequest/Save). We extended class 'Trouble ticket analyst comment' by adding one our own field (isNewApp) and trying to write this field with comment 

AppliesToWorkItem = { 
"Title": "Analyst Comment",
"IsPrivate": false,
"EnteredDate": nowTime,
"LastModified": nowTime,
"Description": data,
"Site": 'isNewSite',
"isNewApp": true,

},

Problem: field 'isNewApp' remains "false" and we can not save it as "true"


Here is the link to our another ticket where we are trying to solve the same problem but with the help of standard tools of SCSM:
https://community.cireson.com/discussion/comment/17310#Comment_17310

Or other way that we asked with support team

"I create notification with class Trouble Ticket Analyst Comment. But I need have additional criteria sent notification only Parent workitem has field which a not null. Example I extended class service request field "category" and I want sent notification Trouble Ticket Analyst Comment when this field in parent workitem is not null it is possible? I add this criteria but notification not worked, in attachments is a screen maybe I'm doing something wrong?"

https://support.cireson.com/ServiceRequest/Edit/SR82745/
1 votes

Submitted · Last Updated

Sign In or Register to comment.