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

Forum Posts

Resolved! Workflow not starting for scoped application

Using "Studio" I created a scoped application for management of a table that extends task. Record producers are used to create/modify the table records, flows are used to connect processing of these records to other platform activities, and there is ...

EVM (Earned Value Management)

EVM (Earned Value Management)I have a request to create some "reporting" functionality that our users are calling EVM (Earned Value Management). There is no out of the box solution for calculating this EVM. One person suggested "... using the 'metric...

Resolved! Studio Application Access without Admin Role?

Hello Experts,  We've been tasked with creating a new group/role for developers that minimizes the amount of 'admin' permissions the members would have. We're in essence creating a new role following this KB and housing it in a newly created group (w...

J Benson by Tera Contributor
  • 1697 Views
  • 2 replies
  • 4 helpfuls

Custom Change state model problem

Need some help please, I have been trying to get a custom state model/transition for the change module working, but have been unsuccessful. The states appear in the change record BUT am unable to progress to that state.  it errors with "Invalid Updat...

Jag2 by Mega Guru
  • 534 Views
  • 2 replies
  • 0 helpfuls

Element type not editable

From a list view, I am attempting to edit the roles for several published KB articles, but receive an error that it is not editable from a list.  I went to UI Properties and user_roles is not listed as an element type that cannot be edited.  Any thou...

find_real_file.png find_real_file.png
K_ McGraw by Tera Contributor
  • 1879 Views
  • 7 replies
  • 0 helpfuls

Resolved! Service Portal says "$scope is not defined"

When I run the following code  in my Client Script on the Service Portal. The console reports: $scope is not defined. Does anyone have knowledge on this?   (function($location) { /* widget controller */ var c = this; function checkLocation() { var lo...

amwebaz by Kilo Expert
  • 3444 Views
  • 5 replies
  • 3 helpfuls

Resolved! GlideAjax to set a reference field in catalog item form

Hi Team, We have a requirement to set a reference field on load. We have done it through sys id using set value, but our client has suggested to use it via GlideAjax instead of hardcoded "sys_id". Hence, I have written a on load client script and scr...