The CreatorCon Call for Content is officially open! Get started here.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Display Page title in header of Service Portal

My client would like to display the page the user is currently on in the Service Portal header when they navigate to different pages in the portal.  If the are on the home page, they would like the title to display "Home".  If they navigate to the "K...

find_real_file.png find_real_file.png
scottstahr by Giga Contributor
  • 3602 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to update assignment group in workflow task

Hi, I have a requirement where I'm stuck with the workflow.I have a variable called 'offering' which a reference field of 'service_offering' table.Now I want to update the assignment group in sc_task form.The group I need to update is from the offeri...

Field values in form export to pdf header/footer

Can custom code to pull form variables be used in the "User Specified Text" option for header/footer templates? Or how can I dynamically modify the header content based on fields on the record? I tried a dumb attempt at current.[field] and that just ...

Blayne by Mega Contributor
  • 1191 Views
  • 3 replies
  • 0 helpfuls

Resolved! Need help with choice field not selecting other choices. It automatically selects back to the first option regardless of what choice I select.

Hello, I have this field in my form that has been dynamically added through a client script My current problem is that it won't let me choose other choices, for example when I choose Medium or Large, it just reverts back to small automatically. This...

find_real_file.png

Resolved! How Do I Access HTML Templates From Script Include?

Hello, I am trying to create a background process that can create a PDF of a record and then attach that PDF to that same record. The way I am currently going about that is by using a Script Include function that will be passed the sys_id of the reco...

Brad Cupp by Giga Contributor
  • 1593 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to populate duration type of field's value on form

Hello, i have written a after business rule on insert,update for my custom table i'm getting difference between two date/time type of fields ,but its not getting populated in my duration type of field i want it to get populated as (eg. 14 04:02:56) i...