Skip to content
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

Add Create feature #169

Open
rappen opened this issue Jul 30, 2022 · 2 comments
Open

Add Create feature #169

rappen opened this issue Jul 30, 2022 · 2 comments

Comments

@rappen
Copy link
Owner

rappen commented Jul 30, 2022

Like the Update for the UI, with a "Count" for how many new records that will be created.

Now it will be a true "Bulk Data CRUD"! Actually CRUASD!

@Rasmus-Petersen-RLL-Sampension

I can't see comments like this without playing around, you'll be laking an E-command (Export??) - then it will be a: CRUSADE tool!
Just couldn't help myself... I'll let myself out now!

@rappen
Copy link
Owner Author

rappen commented Jul 16, 2023

Options ways to solve this feature:

Simplest way to create this new feature:

  1. Enter how many records to create.
  2. They are created, only with a random (or datetime?) on importsequencenumberattribute.
  3. Use a query to get them, simple filtering in the FetchXml.
  4. Now the user can do a Bulk Data Updater to fill the values.

More nice for the users

  1. Create the Create New feature.
  2. Showing the number of new records.
  3. Then just like Update.
  4. Remove set options Touch and Set null and Only when needed - not relevant for new records.
  5. Always include importsequencenumber as above.

Questions

How store/remember the importsequenenumbers?
We always want to be able to find them...
We want to be able to load them created by DBU, to update or delete these records, within BDU.

Can we find a prefix in the numbers for the sequence?
We can't be totally sure it isn't from BDU...

rappen added a commit that referenced this issue Jul 16, 2023
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

No branches or pull requests

2 participants