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

Forum Posts

Cancel a running import set transform map

Hi, We've a JDBC connection from where we've imported 44K records and transform map is currently in "Running" state. Is there anyways we could cancel this transform. We've to update transform script and execute transform again after reprocess. I unde...

G Balaji by Kilo Guru
  • 9872 Views
  • 4 replies
  • 4 helpfuls

Resolved! Unable to add comment in Service Portal

I'm experiencing this error whenever I try to add comment from Service Portal, but I can add comments without any issue from instance. I'm using Journal Input.

find_real_file.png
Gab by Tera Expert
  • 1855 Views
  • 3 replies
  • 0 helpfuls

Resolved! Hide field on list and form view - ACL?

Hi folks,I just want to know from you if this approach is good:I need to hide a column in list view and form view for all users.I have created an ACL role, on READ, my_table.my_field, script: answer = false; without roles.The result is: the field in ...

find_real_file.png
kris29 by Tera Contributor
  • 2587 Views
  • 1 replies
  • 1 helpfuls

How do I Call a workflow from Flow Designer?

Hi All, I have a requirement to call a workflow from a flow designer. I tried using the OOB Flow Logic "Call a workflow" but the issue is that the workflow created on Requested Item are not visible under this list. Can anybody help me with creating a...

Nani6 by Mega Guru
  • 2283 Views
  • 6 replies
  • 0 helpfuls

Dot walking in client scripts

Hello, I need to dot walk in client script. Can it be done without script include?I tried with getReference but unable to get result : var caller = g_form.getReference('caller_id'); var ext = g_form.getValue('caller.u_external_user'); if (ext == 'fal...

Rachael12 by Tera Contributor
  • 3068 Views
  • 2 replies
  • 0 helpfuls

Passing Scratchpad values

I have populated scratchpad value in display business rule in a scoped app. what I now need to do is access this value in a new child record from this parent? After this value is populated in parent, I create a new related child, but the scratchpad ...

find_real_file.png find_real_file.png

can i use GlideRecord in widget in client controller

Hi, i have a requirement to limit the number of item saved as bundle, once user add an item in the cart he can click at abutton named saved as bunlde i want to make a control in this button once user have 5 item saved an alert shoul ddispaly and he c...

Fdeveloper by Kilo Guru
  • 1472 Views
  • 6 replies
  • 1 helpfuls

Remove a scoped application from instance

I have been tasked with taking over development on an scoped application and I have now finished all deelopment and we are ready to move into production.As a security measure, I imported the application via update set to my personal developer instanc...

How to create business rule .When ever incident is created it should assign to the user who has less numbers tickets and should assign to same group.

How to  create business rule .When ever  new incident is created It should assign Assignment group to particular group and it should assigned to the group member who is having less number of tickets  NEED SCRIPT  For example; In hardware group there ...