Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Permit bypass of error 1046 for Auto-Number sys-fields #142

Open
aricke42 opened this issue Dec 13, 2019 · 0 comments
Open

Permit bypass of error 1046 for Auto-Number sys-fields #142

aricke42 opened this issue Dec 13, 2019 · 0 comments

Comments

@aricke42
Copy link

Currently, auto-number sys fields return errorcode 1046 when trying to update. I can’t seem to find an existing bypass on the API using ‘strict’ or ‘overrideValidation’ properties of the cell.

Would have a few meaningful use-cases for updating the field. So far I have a few uses in mind that I would implement right away:

  1. Ignore use of the Auto-Sys counter all-together. I have a quick API script to “Group By” and establish the Parent-Child relationship based on choosing which drop-down field to leverage the sheet. This adds the parent rows based on the picklist and automatically relocates all other rows to the proper parent based on the row’s value in the field. However, on a sheet with auto-number sys-fields, this will run-away with the counter the more frequently it is used.
  2. Dynamic Prefix or Suffix. Your own RAID template from IT-PMO Accelerator is a good example, right now they are all R-###, but there is no use of the ‘A’, ‘I’, ‘D’.
  3. "Correct" the value to align with another value from a different sheet. I have a few cases where I would like to preserve the “ID” value generated outside of the sheet when I bring a Row over to this sheet using the Auto-Number field.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant