Hi Ashish,
comments see below:
I cann't update the use externalId in the createPerson service.
I remembered that there has been a discussion on ML long time back for not
keeping externalId on the createPerson service.
User can use this externalId in their own custom service.
I would like to see the community feedback on this then only can take
further action on it.
I'm interested in comments, too. I've searched nabble but can't find
anything relating to this.
I'm trying to get behind the idea of CountryCode entity in combination with
Geo entity...
my problem: I have to create PostalAddress with ISO 2 letter Country Code,
while PostalAddress requires a geoId.
You can do one thing , Instead of creating the ISO 2 letter country code why
don't you fetch the associated "geoCode" (from Geo entity) related to the
"countryGeoId" value in PostalAddress in your custom code.
(PostalAddress(countryGeoId) --> Geo(geoId) )
This will be easy for you to maintain the code and keeping the code from
Ofbiz as it is.
Yes, that direction is simple: getting ISO country code from
PostalAddress, but maybe I wasn't clear, i have to create a new
PostalAddress using a ISO country code. So i have to get an geoId via a
ISO country code.
Greetings,
Roland