Skip to content

Dynamic Table Creation #1563

New issue

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

Closed
wants to merge 6 commits into from

Conversation

vamsi0777
Copy link
Contributor

Normally, creating a new table means going through multiple steps in ServiceNow's interface. With this script, you can automate the process to quickly set up a new table with the exact columns you need. It’s useful when you need to frequently create similar tables, or you’re setting up a new application that requires multiple tables with specific fields.

Deleting duplicate file
Normally, creating a new table means going through multiple steps in ServiceNow's interface. With this script, you can automate the process to quickly set up a new table with the exact columns you need. It’s useful when you need to frequently create similar tables, or you’re setting up a new application that requires multiple tables with specific fields.
Normally, creating a new table means going through multiple steps in ServiceNow's interface. With this script, you can automate the process to quickly set up a new table with the exact columns you need. It’s useful when you need to frequently create similar tables, or you’re setting up a new application that requires multiple tables with specific fields.
updated readme
@snamjosh snamjosh self-assigned this Oct 30, 2024
@snamjosh
Copy link
Contributor

snamjosh commented Oct 30, 2024

Thank you for your contribution. But, this code doesn't work. I get below error.

**```
Script execution error: Script Identifier: null.null.script, Error Description: Java class "com.glide.db.TableDescriptor" has no public instance field or method named "createTable". (null.null.script; line 4), Script ES Level: 0
Javascript compiler exception: Java class "com.glide.db.TableDescriptor" has no public instance field or method named "createTable". (null.null.script; line 4)
```** 

Also, GlideTableCreator is not allowed in scoped applications.Please create a new pull request or you can reopen this PR after fixing your code.

@snamjosh snamjosh closed this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants