Skip to content

Feedback from Will Vowell on the AppExchange #380

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

Closed
VinceFINET opened this issue Mar 29, 2024 · 5 comments
Closed

Feedback from Will Vowell on the AppExchange #380

VinceFINET opened this issue Mar 29, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@VinceFINET
Copy link
Collaborator

Awesome app, but would love to see an update for field/object usage in Lightning Record Pages

@VinceFINET VinceFINET added bug Something isn't working enhancement New feature or request labels Mar 29, 2024
@VinceFINET VinceFINET added this to the Version Beryllium [Be,4] milestone Mar 29, 2024
@VinceFINET VinceFINET self-assigned this Mar 29, 2024
@VinceFINET
Copy link
Collaborator Author

Additional proposition from Will on the trailhead community:

I would love to see these Lightning Pages listed in the Object tab as well

@VinceFINET VinceFINET removed the bug Something isn't working label Sep 10, 2024
@VinceFINET
Copy link
Collaborator Author

Currently you can see all the lightning pages in a specific tab (without the link with an sobject entity)
image

@VinceFINET
Copy link
Collaborator Author

The equivalent query is via the tooling api:

SELECT Id, MasterLabel, EntityDefinition.DeveloperName, Type, 
          NamespacePrefix, Description, CreatedDate, LastModifiedDate 
FROM FlexiPage 
WHERE ManageableState IN ('installedEditable', 'unmanaged')

@VinceFINET
Copy link
Collaborator Author

There is one column in that tabel that i am not using (yet) which is the EntityDefinitionId.
When not empty you see that a page is "related" to an entity/sobject.

Example:
image

@VinceFINET
Copy link
Collaborator Author

done!

In the dedicated tab:
image

In the sobject describe:
image

VinceFINET added a commit that referenced this issue Jan 13, 2025
…nd sobject in dedicated tab Feedback from Will Vowell on the AppExchange #380
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant