We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
e65fff2
Merge pull request #103 from ServiceNow/scratch/bug-fixes
39d6bcf
fix: address #101 and #102
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: