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

display name, number, subject or title according to what is available #110

Merged
merged 1 commit into from
May 21, 2024

Conversation

Dufgui
Copy link
Collaborator

@Dufgui Dufgui commented May 21, 2024

Describe your changes

Issue ticket number and link

Checklist before requesting a review

@Dufgui Dufgui self-assigned this May 21, 2024
@Dufgui Dufgui requested a review from dufoli May 21, 2024 00:01
@Dufgui Dufgui changed the title display name, number, subject or title according to what is available display name, number, subject or title according to what is available fix #37 May 21, 2024
@Dufgui
Copy link
Collaborator Author

Dufgui commented May 21, 2024

Fix #37

@Dufgui Dufgui changed the title display name, number, subject or title according to what is available fix #37 display name, number, subject or title according to what is available May 21, 2024
@dufoli dufoli merged commit 56d93a6 into dufoli:master May 21, 2024
@dufoli
Copy link
Owner

dufoli commented May 21, 2024

I reopen this issue.
restCallForRecordDetails have an exception because name is not found so it call it again without name.
Best, is to use
import {DescribeInfo} from "./data-load.js";
let describeInfo = new DescribeInfo(this.spinFor.bind(this), () => {
//TODO call here rest api and filter field with same test to get namefield
//then model.didUpdate()
});
describeSobject(useToolingApi, sobjectName)

@Dufgui Dufgui deleted the 37_name_fild branch May 23, 2024 19:21
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.

display number instead of name on popup for case, contract workorder ...
2 participants