Problem Rho::RhoContact.find

F Fernando Coelho da Silva 3 years ago
0 1 0

Rho :: RhoContact.find () is not working in Rhodes 5.0.2 version, or am I doing something wrong, will someone help me?

if System::get_property('platform') == 'APPLE'
      contact = {
          "first_name" => @params['first_name'],
          "mobile_number" =>  "(" + @params['mobile_number_ddd'] + ") " + @params['mobile_number'],
          "person_note" => @params['addressDescription'] + " " + @params['addressNumber'] + " " + @params['neighborhood'] + " " + @params['cityName'] + " " + @params['cityUF']
      }
    else
      contact = {
          "first_name" => @params['first_name'],
          "mobile_number" =>  "(" + @params['mobile_number_ddd'] + ") " + @params['mobile_number']
      }
    end
 
    @contact2 = Rho::RhoContact.find(contact)

Please register or login to post a reply

1 Replies

K Kutir Mobility

Hi Fernando,
We will try it locally and get back to you. In the mean time, could please paste your log?

Visnupriya R
Kutir Mobility

CONTACT
Can’t find what you’re looking for?