1b.app
Link copied -

Incorrect work of the action "Check fields filled"

https://www.loom.com/share/397a953c7b704d6291ea96b4c621473f in the video showed the example of a checkbox error. If you check only what is displayed, then it does not check for required fields at all, if you should consider zero as filled, then the lists do not check for filling , and empty lists are passed to the stage.
2) The second mistake is that when displaying CRM orders, it sometimes bugs and asks you to select a business process and you either need to clear the cookies, which clogs again after a couple of transitions, or something else.
Original question is available on version: ru

Answers:

Анатолий
Интегратор
06.10.2022, 14:22
Original comment available on version: ru

1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?
22.11.2022, 17:00
Original comment available on version: ru

Анатолий
Интегратор

Ustimenko Igor
OneBox production wrote:
1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?

Thanks for the reply, but
1) checked, it does not work the same, for all the interface is applied https://www.loom.com/share/1a09cf15039c469490a9c87be36f83af
22.11.2022, 18:53
Original comment available on version: ru


Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:
1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?

Thanks for the reply, but
1) checked, it does not work the same, for all the interface is applied https://www.loom.com/share/1a09cf15039c469490a9c87be36f83af

did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it
22.11.2022, 18:57
Original comment available on version: ru

Анатолий
Интегратор

Ustimenko Igor
OneBox production wrote:

Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:
1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?

Thanks for the reply, but
1) checked, it does not work the same, for all the interface is applied https://www.loom.com/share/1a09cf15039c469490a9c87be36f83af

did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it

https://www.loom.com/share/06bceefdfd6b41f59336f8f86c7e3520 I did it on purpose, at this stage, the mandatory field also does not work
and I did not know that you need to save the interface at each stage personally, at first you yourself said "apply for all stages"
22.11.2022, 19:08
Original comment available on version: ru


Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:

Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:
1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?

Thanks for the reply, but
1) checked, it does not work the same, for all the interface is applied https://www.loom.com/share/1a09cf15039c469490a9c87be36f83af

did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it

https://www.loom.com/share/06bceefdfd6b41f59336f8f86c7e3520 I did it on purpose, at this stage, the mandatory field also does not work
and I did not know that you need to save the interface at each stage personally, at first you yourself said "apply for all stages"

in general, I understand what the problem is. There are different grids in the interface, and the action was done for a regular grid, while it did not take into account others. I added grid accounting, check if it works now?
22.12.2022, 18:51
Original comment available on version: ru

Анатолий
Интегратор

Ustimenko Igor
OneBox production wrote:

Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:

Anatoly
Consulting company "Sales Bureau" wrote:

Ustimenko Igor
OneBox production wrote:
1. About the checkbox "check only what is displayed" - it checks for the interface that is configured for the current stage. You use the interface from the 1st status, either save it for all stages with the button, or for this stage
about payment and delivery methods. You check the box to consider 0 as the value that is populated.
The delivery method and the payment method in the database have the data type integer (integer), so when the value in the list is not selected in these fields, then the value in the database is 0.
to resolve this issue, simply divide your checks into 2 steps, in 1st specify check the method of payment and delivery, unchecked with 0. In another with a checkmark and other fields
2. like the question is not relevant?

Thanks for the reply, but
1) checked, it does not work the same, for all the interface is applied https://www.loom.com/share/1a09cf15039c469490a9c87be36f83af

did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it

https://www.loom.com/share/06bceefdfd6b41f59336f8f86c7e3520 I did it on purpose, at this stage, the mandatory field also does not work
and I did not know that you need to save the interface at each stage personally, at first you yourself said "apply for all stages"

in general, I understand what the problem is. There are different grids in the interface, and the action was done for a regular grid, while it did not take into account others. I added grid accounting, check if it works now?

https://bestorg.1b.app/801/ you can check, I resaved the interface and actions .. and still does not offer to fill
23.12.2022, 16:07
Original comment available on version: ru

Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter. Log in and comment