I just want add the View details link on display method fields and out bound field on form. I think the code written above is correct, when I attach debugger it did not hit the overridden method ? The code is not complete but first just verifying that whether or not overridden is triggering. It is not in my case.
Register override form data-source field method 'jumpRef' not working.
Well, it does matter whether you're doing a wrong thing or not.
Trying to go to the related table of Name doesn't make a good sense, because no such table exists. You can type anything to the field, not just values from another table that you can could them navigate to.
Also, overriding the logic of the individual control sounds wrong to me, if the control is bound to a data source field, because it would miss other instances of the field. You mentioned a display method, so maybe you took code for a display method and now you're incorrectly trying to use it in a different context.
If you give us your code as text, we might test it on our own.
Register override form data-source field method 'jumpRef' not working.
View details for fields that have a relation to another table. This is not the case of Name field; that's just a text field. Don't you actually want to use JournalName field instead?
Register override form data-source field method 'jumpRef' not working.
Hi,
In addition to the Martins comment, I need to ask you one thing.
Why are you using registerOverride method?
You can either write COC for the particular control or write event handler for that control?
I know the jumpRef method is not available under events node, but you can copy any of existing events - Paste it in class and in code you can change the event type Enum to JumpRef.
Thanks,
Girish S.
Martin Dráb230,503Most Valuable Professional
on at
Register override form data-source field method 'jumpRef' not working.
LedgerJournalTable_Name doesn't use a display method. It's bound to a table field (LedgerJournalTable.Name).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.