I have a strange issue with my extension (on BC 16.1)
When there is an error (for example the user give an incorrect customer no), the error is not shown in brower
In event log, i have the message error ("The field Sell-to Customer No ....")
i have also this error in eventlog :
Unhandled error occurred on a browser or device client:
{
"clientInfo": {
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0",
"browserLanguage": "fr"
},
"message": "Promise rejection.",
"errorType": {},
"pageUrl": "">businesscentral:8080/xxxxxxxxx",
"detailedMessage": "unhandledrejection",
"silent": true
}
I have this issue only for my extension (not for base app)
This is very annoying !! i can't test my extension ...