LS,
I created a simple table and card page.
I would have expected the first visible field (First name) to receive focus, but in stead the field Preferred language receives focus.
Looking for an answer I found that D365BC now puts the focus on the first mandatory field, but the field Preferred language is not mandatory.
Setting ShowMandatory on the card page for the First name field didn't help as well.
The Table:
This is the card page:
How can I set the focus on the field First Name when the card page opens?
Kind regards,
Clemens Linders
Just thought i'd check if anyone has had any further luck? I'm doing a factory floor BC worksheet page and i need focus to be in a particular field so they can use a scanner to input a value. Its proving to be much more difficult than expected. I have tried quick entry and similar properties but no luck. I'm on BC 17.6
Hi Meik,
Unfortunately I was not able to solve this. We more or less had to lurn to live with this.
So if you ever find a way to solve this, please let me know.
Kind regards,
Clemens Linders
Hi Clemens,
did you solve this problem? I am struggling with this problem too and would appreciate any help.
Kind regards,
Meik Cremer
Hi Lewis,
I did try to use your jquery based method.
But apparently I am using it in the wrong place or whatever.
Can you please give me a small complete example of a card page where you use this.
Kind regards,
Clemens Linders
You can also try jQuery based method:
$(document).ready(function() {
$('form:first *:input[type!=hidden]:first').focus();
});
Hi Lewis,
I created a controlAddin: AjaxAddIn:
Hi Lewis,
Can you tell me where exactly I would put this code. I assume you mean the card page, but where.
It will not let me insert this code (without errors) in the OnInsert trigger.
Kind regards,
Clemens Linders
You can also try jQuery based method:
$(document).ready(function() {
$('form:first *:input[type!=hidden]:first').focus();
});
Hi Andy,
I tried subscribing at both forums without any luck. I do not get the email to which I can reply and thus complete my subscription.
We are part of a German multi-national and our network (although we are in the Netherlands) goes through Germany.
Perhaps they see a discrepancy between the countries, also our mother company has some very strict filters and many spam doesn't even arrive in our spam box.
I also have a personal yahoo account, which I tried to register from home, but no luck there as well. Perhaps these forums block yahoo accounts??
As mentioned I tried this for both forums. With 99,9% of all other forums, I have no problems registering.
Last but not least I tried to email admin@dynamicsusers.net but I got no reply.
Searching the internet I found more people had this problem.
Perhaps you can be of some assistance.
Kind regards,
Clemens Linders
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156