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

initial draft of config helper apex script #837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ankushsomani09
Copy link

This has lwc component which can be used to export and import configuration in text file format having json record data.

###Export###
as of now it export record if given any filter criteria else export all records mentioned in apex class 'objects' variable.
on Succesful execution it download the file of record exported.

###Import###
For import, file which was downloaded from export function, same can be used to import.
It doesn't do diff check, it update/create the config record as given in config downloaed file.

@ankushsomani09 ankushsomani09 marked this pull request as draft October 16, 2024 05:36
@ankushsomani09 ankushsomani09 marked this pull request as ready for review October 16, 2024 05:37
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.

1 participant