Questions tagged [businesscentral]
36 questions
0
votes
2 answers
If then statement inside a page field? Business central AL
Im trying to create page for giving my to customers discounts on my products, but for a short period of time. I have created a field "start date" and "end date" of this promotion. Next thing i want to do, is to validate the input of the date.
By…

artem keller
- 27
- 6
0
votes
2 answers
JBPM business central error After configuring database security domain
I've been trying to configure JBPM to work with database authentication
I've followed the steps in the link
https://techblogtoprogram.wordpress.com/2020/07/19/configuring-db-based-user-login-and-task-notifications-for-jbpm
and managed to…

Ayman Edris
- 1
- 1
0
votes
1 answer
Implement a JBPM process with two starting messages
I'm trying to implement a business process (partially shown in the figure), using JBPM and the Business Central Workspace. The business process is built without errors, but then when I deploy it, the behaviour is not the one expected.
Specfically,…

Davide
- 113
- 1
- 5
0
votes
1 answer
Dynamics 365 Business Central Token
I'm attempting to gain access to Business Central Admin Center API, but I'm having some difficulties.
I'm having the idea that it has something to do with the app registration that I have made in the Azure Portal.
I have (as an admin user of the…

Aidal
- 799
- 4
- 8
- 33
0
votes
2 answers
shortcut of multi-conditions with and in AL and Business Central?
Suppose we've procedure is_even return if the number given is even or not!
that's a good code:
if is_even(22) = true or test(1) = true or test(2) = true then
//...
And even that's a better:
if true in [ is_even(22), is_even(1), is_even(2) ]…

XMehdi01
- 5,538
- 2
- 10
- 34
-2
votes
0 answers
I want help in designing redhat dmn
You have given a list of users as input then check for each user has nameType = "Legal Name" and addressType="Residential Address", if any of the validation fails then add a rule validation object for that user.
Request Payload:-
[
{
"userId":…