Creating 1x UI Policy and 1x Business Rule would have been far more straightforward. I say this as the business case doesn't stipulate the field must update before they save the form. Business Rule (on Insert or Update): current.assignment_group = current.cmdb_ci.support_group; current.update() If you really wanted to use a Client Script, you could. As you are only dot walking 1 level the information is still available to you: var ci = g_form.getReference('cmdb_ci'); g_form.setValue('assignment_group', ci.support_group); The business rule is by far the easiest and quickest solution to the requirement. Happy to be corrected as I'm still learning too. All that being said, learning about glideAjax, script includes and functions is super cool. Thanks for the vid.
Hey hiii... I am following most of your videos and thank you for that.. but I am in need of a detailed video on orchestration and powershell. Request you to post one from basic to detail. Thank you in advance
Can we somehow connect or attach ATF test cases with our manual test cases in Test management ? Not able to figure out how can we make both modules effective for tracking purpose
Already their is a playlist in your channel but those are overview I'm looking for practical practices and best scenarios Below highlighted concepts also Parameterized testing Parallel testing Mutual exclusive tests
This is an example of how can you do development as per requirement and convert that in to Manual and Automation testing. I will cover your topics by this weekend.
Eagerly waiting for atf test cases videos
Creating 1x UI Policy and 1x Business Rule would have been far more straightforward.
I say this as the business case doesn't stipulate the field must update before they save the form.
Business Rule (on Insert or Update):
current.assignment_group = current.cmdb_ci.support_group;
current.update()
If you really wanted to use a Client Script, you could. As you are only dot walking 1 level the information is still available to you:
var ci = g_form.getReference('cmdb_ci');
g_form.setValue('assignment_group', ci.support_group);
The business rule is by far the easiest and quickest solution to the requirement. Happy to be corrected as I'm still learning too.
All that being said, learning about glideAjax, script includes and functions is super cool. Thanks for the vid.
Hey hiii... I am following most of your videos and thank you for that.. but I am in need of a detailed video on orchestration and powershell. Request you to post one from basic to detail. Thank you in advance
Can we somehow connect or attach ATF test cases with our manual test cases in Test management ? Not able to figure out how can we make both modules effective for tracking purpose
If developer gives a acess to the tester for scripting purpose can tester pass the test data for test cases in dev environment
In one of my catalog item I need to restrict user when they are impersonating if they are not part of some authorised secure groups
You can use GlideImpersonate().isImpersonating()
Hi Gaurav, I had one requirement
Already their is a playlist in your channel but those are overview
I'm looking for practical practices and best scenarios
Below highlighted concepts also
Parameterized testing
Parallel testing
Mutual exclusive tests
This is an example of how can you do development as per requirement and convert that in to Manual and Automation testing. I will cover your topics by this weekend.
@@SAASWithServiceNow thanks alot
@@SAASWithServiceNow you are so kind
can i get a job on testing in service now with good pacakage