Closed heigum closed 7 months ago
Hi there, using 1.1.6 version of your lib to do some ServiceNow automation.
The methods insert and update on the GlideRecord are declared as
Optional(str)
This is incorrect they should have been declared as
Optional(GlideElement)
or made to return the sys_is as a str.
Hi there, using 1.1.6 version of your lib to do some ServiceNow automation.
The methods insert and update on the GlideRecord are declared as
This is incorrect they should have been declared as
or made to return the sys_is as a str.