답변 1개
If you are using classic interface:
- You could try creating a visualforce page and including it in the page layout for case.
- It will need to use the standard controller for case. You will also need to develop a custom extension to check if the case's account has assets.
- If it does display the assets.
- Else, if it doesn't
- query the case's account's parent account's related assets to display the related assets.