Openbravo Issue Tracking System - POS2
View Issue Details
0057731POS2POSpublic2024-12-10 13:222025-01-28 12:18
sofidossant 
Bimla_vm 
highmajoralways
closedfixed 
5
pi 
25Q1 
No
0057731: NULL in address with CRM
When I mark the CRM fields in address as:
NO Mandatory in Create
NO Mandatory in Edit
Without the check of “Used as Record Identifier”.

Then in webpos2, I add an address to a bp, and when I open again the address I created, it shows NULL in the name field, as well as in the backoffice it saves NULL and not “ ”.
1 - Go to CRM Configuration, Address Mapping, and remove name in the registry.
2 - Go to CRM Configuration, Api Property for Address, NAME field, and configure it:
NO Mandatory in Create
NO Mandatory in Edit
Without the check of “Used as Record Identifier”.
3 . Go to CRM Configuration, Api Property for Address, Country field, and I configure:
check in Yes of “Used as Record Identifier”.
4 - Open webpos2, and create a new address for a customer.
5 - In this new address, add all the information except the address and save.
6 - Go again to this new address, and see the NULL in the address, and if you check in backoffice the NULL is also saved.
No tags attached.
blocks defect 0057411pi closed Bimla_vm NULL in address with CRM 
Issue History
2025-01-23 09:02guilleaerTypedefect => backport
2025-01-23 09:02guilleaerTarget Versionpi => 25Q1
2025-01-23 11:36hgbotNote Added: 0174580
2025-01-23 11:38hgbotNote Added: 0174581
2025-01-23 13:44ivazquezIssue Monitored: ivazquez
2025-01-28 12:18hgbotNote Added: 0174808
2025-01-28 12:18hgbotNote Added: 0174809
2025-01-28 12:18hgbotResolutionopen => fixed
2025-01-28 12:18hgbotStatusscheduled => closed
2025-01-28 12:18hgbotNote Added: 0174810
2025-01-28 12:18hgbotFixed in Version => RR25Q1
2025-01-28 12:18hgbotNote Added: 0174811

Notes
(0174580)
hgbot   
2025-01-23 11:36   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/806 [^]
(0174581)
hgbot   
2025-01-23 11:38   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1887 [^]
(0174808)
hgbot   
2025-01-28 12:18   
Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: fc996acac22dce2aa58369cbe52116935dce8667
Author: Bimla Mayavan <b.mayavan@external.orisha.com>
Date: 23-01-2025 16:05:03
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/fc996acac22dce2aa58369cbe52116935dce8667 [^]

Related to ISSUE-57731: Display <unknown identifier> when crm the identifier is empty

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.mobile.core/app/integration/external-business-partner/ExternalBusinessPartnerBase.js
---
(0174809)
hgbot   
2025-01-28 12:18   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/806 [^]
(0174810)
hgbot   
2025-01-28 12:18   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1887 [^]
(0174811)
hgbot   
2025-01-28 12:18   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 679d04c4d9440fb200c362c7b3168da223996715
Author: Bimla Mayavan <b.mayavan@external.orisha.com>
Date: 28-01-2025 11:18:01
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/679d04c4d9440fb200c362c7b3168da223996715 [^]

Fixed ISSUE-57731: Added condition to check the values for city and postal code

---
M src/org/openbravo/retail/posterminal/CustomerAddrLoader.java
M src/org/openbravo/retail/posterminal/master/BPLocationProperties.java
---