Best Of
-
Re: Whether it is possible to use a debugger to understand from what place object are call?
Indeed you can but it will only tell you from where your break occurred, not all. If the page can be called from multiple places then you may not know where else may be referring to it. On the other …6 -
Re: Whether it is possible to use a debugger to understand from what place object are call?
Thanks for the great information. It looks like there are similarities with Stati c/al Prism which also offers some of the functionalities you mentioned.5 -
Re: Deep insert in API page problems
Hi Skollops, in your docker url you are using the API endpoint, in your BC online url you are using the ODataV4 endpoint (this endpoint does not support deep inserts) try changing https://api.busines…1 -
Re: Testcodeunits: Strange behavior when executing an action through invoke
Good morning, I'm also not sure, why you get this error message. But I would try to change the code like that: SalesOrder.Release.Invoke(); SalesOrder.Post.Invoke(); And see if there is a difference.5 -
Re: Inserting records in a page build from a temp table.
Hello! If you want insert record in table you need create some code like this:newRec.INIT; newRec := Rec; newRec.INSERT; Rec - temp record newRec - normal record In your case Button "New" c…5 -
Re: Use variables in flowfield calcformula
Hello! In this case you cannot use 'if' in flowfield. You can use some code for update Description filed in OnValidate trigger field 1 and field 25 -
Re: Use variables in flowfield calcformula
It's the way to go about this sort of problems, however the Description field becomes static and won't be updated if Customer, or Vendor or Item name changes, unlike in a 'normal' flowfield case. If …5 -
Re: Purchase VAT Account Change for Purchase Line
So if you'd have the same product listed twice, on a purchase order with two lines, you'd want to have VAT posted to 2 different G/L accounts? What is the purpose of such posting? What are you trying…5 -
Re: Modern Lifecycle Policy implications
The Modern Lifecycle Policy is based on the previous lifecycle, but has drastically limited the time periods. The former Mainstream Support was reduced to the first 6 months, the former Extended Supp…5 -
Re: GETURL
Please check the Web Client Base URL in the NST configuration.5