1
Views
7
Comments
Do Ajax call to get attributes for entity
Question

Hello, How do I accomplish this. I can't figure out how to do this, this is what i have
Entity
    ->IPAddress
   ->Longitude
    ->Latitude

When I save in a entity, where I have access to the IP, I want to follow this:
https://jquerybyexample.blogspot.com/2012/09/get-ip-address-information-using-jquery.html
In order to request geocoordinates and assign them for my entity, can someone show step by step how to do this

 

 

2023-03-30 10-13-40
Miguel Antunes
Kevin Mohamed wrote:

Hello, How do I accomplish this. I can't figure out how to do this, this is what i have
Entity
    ->IPAddress
   ->Longitude
    ->Latitude

When I save in a entity, where I have access to the IP, I want to follow this:
https://jquerybyexample.blogspot.com/2012/09/get-ip-address-information-using-jquery.html
In order to request geocoordinates and assign them for my entity, can someone show step by step how to do this

 

 
Hi Kevin,

no need to duplicate your post in order to try to get it answered quickly. Sooner or later you'll get help by this awesome community. But keep in mind that some questions are not that trivial or easy to get a quick reply.

Answer to this post is here:
https://www.outsystems.com/forums/discussion/10008/request-geocoordinates-with-ip-address-through-ajax-call/
 
cheers,
Miguel
UserImage.jpg
Kevin Mohamed
Kelter wrote:
Hello, thank you, when I try to download I get the error,
"Invalid Solution Pack
The Solution Pack you are trying to open is from a more recent version (7.0.1.6). If you want to open this Solution Pack you must contact OutSystems in order to upgrade Service Center."
I am using version 6.0, I cannot upgrade (this is the version that my company uses)
Kevin Mohamed wrote:

Hello, How do I accomplish this. I can't figure out how to do this, this is what i have
Entity
    ->IPAddress
   ->Longitude
    ->Latitude

When I save in a entity, where I have access to the IP, I want to follow this:
https://jquerybyexample.blogspot.com/2012/09/get-ip-address-information-using-jquery.html
In order to request geocoordinates and assign them for my entity, can someone show step by step how to do this

 

 
Hi Kevin,

no need to duplicate your post in order to try to get it answered quickly. Sooner or later you'll get help by this awesome community. But keep in mind that some questions are not that trivial or easy to get a quick reply.

Answer to this post is here:
https://www.outsystems.com/forums/discussion/10008/request-geocoordinates-with-ip-address-through-ajax-call/
 
cheers,
Miguel
 
 
UserImage.jpg
Kevin Mohamed
Kelter wrote:
Hello, thank you, when I try to download I get the error,
"Invalid Solution Pack
The Solution Pack you are trying to open is from a more recent version (7.0.1.6). If you want to open this Solution Pack you must contact OutSystems in order to upgrade Service Center."
I am using version 6.0, I cannot upgrade (this is the version that my company uses)
Kevin Mohamed wrote:

Hello, How do I accomplish this. I can't figure out how to do this, this is what i have
Entity
    ->IPAddress
   ->Longitude
    ->Latitude

When I save in a entity, where I have access to the IP, I want to follow this:
https://jquerybyexample.blogspot.com/2012/09/get-ip-address-information-using-jquery.html
In order to request geocoordinates and assign them for my entity, can someone show step by step how to do this

 

 
Hi Kevin,

no need to duplicate your post in order to try to get it answered quickly. Sooner or later you'll get help by this awesome community. But keep in mind that some questions are not that trivial or easy to get a quick reply.

Answer to this post is here:
https://www.outsystems.com/forums/discussion/10008/request-geocoordinates-with-ip-address-through-ajax-call/
 
cheers,
Miguel
 
 
2023-03-30 10-13-40
Miguel Antunes
Hi Kevin,

you can download version 7 of Integration Studio, that will allow you to unpack that solution, after that open eSpace also on version 7 of Service Studio, and you can easily port it back to version 6 manually.

Cheers,
Miguel
UserImage.jpg
Kevin Mohamed
Hey, thanks, one problem though, it isn't obvious how to port it manually though. I'm not sure how porting is done.

Kelter wrote:
Hi Kevin,

you can download version 7 of Integration Studio, that will allow you to unpack that solution, after that open eSpace also on version 7 of Service Studio, and you can easily port it back to version 6 manually.

Cheers,
Miguel
 
 
2023-03-30 10-13-40
Miguel Antunes
HI Kevin,

you can port it manually by having, lets say, both eSpaces open side by side and then mimic everything from version 7 on version 6 eSpace.
Since its a small eSpace, it should take you not much time doing it.

Cheers,
Miguel
UserImage.jpg
Kevin Mohamed
under logic/references
how do I get JSON and RichMail and XmlRecords
I am trying to find it as a plugin, can't find it
Kelter wrote:
HI Kevin,

you can port it manually by having, lets say, both eSpaces open side by side and then mimic everything from version 7 on version 6 eSpace.
Since its a small eSpace, it should take you not much time doing it.

Cheers,
Miguel
 
 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.