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

Forum Posts

Adding an additional comment is changing the state

I have a custom table that inherits from the incident table. Whenever the state value is 3 and I post an additional comment, it changes the state to 1 for this custom table only.I don't save the form when the additional comment is added, but it still...

Navaneeth1 by Tera Guru
  • 1205 Views
  • 5 replies
  • 0 helpfuls

Resolved! Domain Separation

Hello Team,I did Make an OOB table to domain separated as per Story requirement and added domain field in the table and removed the Assignment group and company field ,still record is getting created in global domain instead of creating in users doma...

ABC6 by Tera Contributor
  • 1382 Views
  • 3 replies
  • 0 helpfuls

Resolved! Modifying sys_choice reference list layout

So I have a choice field that we were recently asked to change to a list. I am using the previous choices in the reference field of the list. So I do something like this, where I specify sys_choice as the reference table and the specific element, I w...

AM24_0-1708555029955.png AM24_1-1708555197527.png
AM24 by Giga Guru
  • 1542 Views
  • 5 replies
  • 3 helpfuls

catalog item sys id

Hello developers, how to get catalog item sys id in on change client script which i need to use in script include.I tried using : var catSysId = g_form.getParameter("sysparm_id");but gives errorg_form.getParameter is not a function.Any help is apprec...

No double nominations within the same month rule

 I have a record producer called 'rap it' that writes directley into 'x_mscrs_rap_it_x_rap_it_award' table.In the record producer form there is field submitter_rc that auto populates with the current user, field created_time that auto populates with ...

Andyj00 by Tera Contributor
  • 222 Views
  • 1 replies
  • 0 helpfuls

JDBC datasource issue

Hi there, I have this JDBC Data source implemented which is working fine to pull data, however when I try to send data it returns an login failed error message.I'm using the JDBCProbe include and I'm setting the path and its user and password in the ...