-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Components] gainsight_nxt #14373
Comments
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Regarding the company optional fields, since it is not clear in the documentation and API behavior how they are supposed to be sent differently, I've replaced these props with an optional "additional fields" prop, for the user to enter additional fields if needed, in whichever format the business rule may require. Regarding custom object creation, it seems some of the standard objects work with this action (e.g. company itself), but most do not. So I've restored the filter that lists only custom objects as options (since the action is meant for custom objects anyway). However, I'm unable to log into the platform to create any custom objects to test this - the credentials in 1PW don't seem to work for me. Have you had success logging into the platform? @vunguyenhung |
@GTFalcao I could login into the platform the previous time but now unable to connect. I don't know why? |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
gainsight_nxt
URLs
Actions
create-or-update-company
Prompt
Create or update a company record. Users need to configure the 'All Fields' props with the relevant company information. If the company exists, this action updates the information; if not, it creates a new record.
create-or-update-custom-object
Prompt
Create or modify a custom object. Configurable via 'All Fields' props, the user can specify the custom object elements. If it exists, the data gets updated; otherwise, a new custom object is created.
create-or-update-person
Prompt
Add or update a person's record. 'All Fields' props allow dynamic input of a person's data. In case of an existing profile, the data is updated. If not, a new person's profile is generated.
The text was updated successfully, but these errors were encountered: