Hi,
Can you please post screen shot or more lines where you have added this line in server script?
doing below might fix it
data.u_approval_instruction = task.u_approval_instructions + "";
i added extra + "" part which will convert it to javascript ...
Hi,
Which widget you have customized to add those lines and which version are you on?
try to remove :: (double colon) from below line.
<div ng-bind-html="data.u_approval_instruction"></div>
also what output are you getting.
Please mark Correct/H...
Hi,
Best way is to create a service portal widget. Add you link inside HTML part of it.
Then add a variable of type "Macro" and go to default tab of it and select that widget.
Please mark Correct/Helpful if it helps.
I came to the same conclusion.
I tried to delete image from live_profile form in backend. it still showed dark blank image on the portal.
So they must be caching it at their end. Wierd!!!
Mark my ANSWER as CORRECT / HELPFUL if it served your purpo...