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.
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.
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?
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?
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?
[quote]
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?
[/quote]
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
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?
did you go to the interface settings of the stage where the action is and saved the interface there? until I see it
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
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?
[/quote]
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
[/quote]
did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it
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?
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"
[quote]
Ustimenko Igor
OneBox production wrote:
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
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?
[/quote]
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
[/quote]
did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it
[/quote]
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"
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?
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?
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
Ustimenko Igor
OneBox production wrote:
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
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?
[/quote]
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
[/quote]
did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it
[/quote]
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"
[/quote]
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?
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?
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
[quote]
Ustimenko Igor
OneBox production wrote:
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
Ustimenko Igor
OneBox production wrote:
[quote]
Anatoly
Consulting company "Sales Bureau" wrote:
[quote]
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?
[/quote]
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
[/quote]
did you go to the interface settings of the stage where the action is and saved the interface there?
until I see it
[/quote]
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"
[/quote]
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?
[/quote]
https://bestorg.1b.app/801/ you can check, I resaved the interface and actions .. and still does not offer to fill
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
Donate
You don't have enough funds in your account Top up