Frequently Asked Questions
Second Generation Managed Package
Don't I need the Managed Package to manage and utilize GRAX?
No. The Managed Package is an optional add-on that provides unique ways to use GRAX data. All GRAX features besides the Lightning Web Components can be accessed via the GRAX Application's web interface.
How do I know whether I have the First or Second Generation Managed Package installed?
The First Generation Managed Package namespace is grax
, while the Second Generation Managed Package namespace is graxinc
.
Can I have both the First Generation and Second Generation Managed Packages installed at the same time?
Technically, yes you can. We do not recommend this as it may be difficult to decipher between the different components and permission sets.
Are Files (ContentDocument/ContentDocumentLink/ContentDocumentVersion) compatible with the LWC?
Yes. In order to see Files within the LWC, you'll need to install the LWC on the parent object of the File you'd like displayed in the LWC (For example, to see files linked to Case records, you'll need to install the LWC on the Case object page).
Why don't I see the "GRAXLWCHelper" Apex Class in the "Enabled Apex Class Access" section?
Whether you're able to see the GRAXLWCHelper
Apex Class within the Enabled Apex Class Access
of a profile is dependent on which users were provided access to the managed package when it was installed.
If you're unable to see the GRAXLWCHelper
Apex Class within the Enabled Apex Class Access
of a profile, we recommend updating to the latest version of GRAX and selecting the Install for Specific Profiles
option.
Last updated
Was this helpful?