Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter randit

    (@randit)

    Thank you!

    Thread Starter randit

    (@randit)

    That is super great news @ibenic! Will you let me know when it is updated? I am hoping to use your plugin for a YouTube channel promotional giveaway. THANK YOU!

    Thread Starter randit

    (@randit)

    Hi.

    The database would need to be triggered when the user makes an input.

    Here is the authentication requirements:

    Realist requires that each link to Realist pass certain data that identifies and authenticates a user. Such data includes Realist group name, user id, password, first name and last name. These credentials must be encrypted during the transit to the Realist website, using a secure socket layer (SSL).
    All parameters noted below must be included in each link.

    Parameter (Authentication) [Mandatory]
    Description Maximum Length
    groupName
    the unique name assigned to the Realist Account for the organization by CoreLogic
    N/A
    Password
    the password assigned by Realist to the organization using the service
    32 characters
    userId
    the unique logon id assigned by Realist to the organization using the service
    50 characters
    agentFirstName
    the users first name as assigned by Realist to the organization using the service
    40 characters
    agentLastName
    the users last name as assigned by Realist to the organization using the service
    40 characters
    countyId
    the unique FIPS code assigned to each US county and as used within Realist
    N/A

    DO you think this would work with some custom development and if so what customization would be needed?

    I sincerely appreciate your help with this! ??

    Thread Starter randit

    (@randit)

    Hi!

    Thank you so much for the fast response. I am open to ideas/suggestions as I have never done this before.

    Here is more info that might help you know what I need:

    The goal of the combined report link is to search for a property in Realist and return an XML form containing information on that property for use in the vendor’s system. This enables a vendor to instantly incorporate current Realist property data into reports and functions.
    1. The link enables a user to search the Realist record for that particular listing by:
    ? Search Type o searchType = CombinedAutopopDetail ? Search Parameters (Optional) o operator = option to select the search operator for searching (is or startswith) o displayFormat = option to return the XML in either fixed or dynamic format (dynamic or fixed) o formatValues = option to return XML with or without formatting (true, false or TextCamelCase) ? County o countyId = the unique FIPS code assigned to each US county and as used within Realist ? Address, where: o address = full street address ? Street Components, where: o houseNo = House number (numeric input only) o preDir = Street pre-directional preceding a street name (N, S, E, W, NE, NW, SE, or SW only) o streetName = main body of street name only (alphanumeric characters only; i.e., no special characters except dashes, no nulls or spaces at the beginning or end of the string) o suffix = Street Suffix Ex. St, Rd o postDir = post-directional following a street name (N, S, E, W, NE, NW, SE, or SW only) o unitNumber = Condo or apartment unit number (no special characters except dashes) o city = Property City name o zip = 5 digit zip code of property ? Tax, where: o taxId = the assessor’s parcel number or tax-id (alphanumeric data, dashes or periods only – other special characters are not permitted) ? Owner Name, where: o ownerLastName = Owner Last Name o ownerFirstName = Owner First Name (first name is optional) ? Formatted Data Values, where: o formatValues = Yes, results in values being returned formatted o formatValues = No, results in values being returned not formatted and passed RAW in the XML o formatValues = TextCamelCase, results in values being returned formatted with camel case text and unformatted numbers o Default of no value will be the same as formatValues = Yes

    Note: Suggested parameters to link and retrieve a property in Realist are:
    ? County AND ? Tax-id AND ? Address AND ? Owner Last Name Owner Last Name is an option, but not highly recommended, whereas Tax-id and Address parameters are highly recommended. Our recommendation is to send the concatenated Address, but as shown above, discreet fields are also available as an option.

    Realist will conduct a cascaded search using Tax-id first, then if no matches are found use Address, then Owner Last Name, if provided.
    Realist Specifications for Integration Confidential – Page 4

    The request will pass a URL to Realist in one of the following forms (Post):

    Expected Post Request for Tax-id, Address, or Owner name search:

    APN Search: Service URL: https://mls.realist.com/spring/autopopDetail Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&countyId=06059&taxId=03520210

    Address Search: Service URL: https://mls.realist.com/spring/propertylink Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&countyId=06059&address=714+Vine+ST+Anaheim+CA+ 92805

    Alternative Address Search to include zip separately: Service URL: https://mls.realist.com/spring/propertylink Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&countyId=06059&address=714+Vine+ST&zip=92805

    Owner-name Search: Service URL: https://mls.realist.com/spring/propertylink Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&countyId=06059&ownerLastName=smith

    Cascaded Search: Service URL: https://mls.realist.com/spring/propertylink Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&countyId=06059&taxId=03&address=714+Vine+ST+Ana heim+CA+92805&ownerLastName=smith

    2. Realist will execute a search for the property and return one of the three following scenarios:

    ? No record found ? Single record found ? More than one record found

    3. Return XML Form:
    The vendor system will initiate the link via a URL like the one shown above. One of 6 conditions will be addressed in an XML form returned by Realist:
    ? No record found ? One record found ? Multiple records found
    ? Too many records found ? Database connection failure
    ? Invalid parameters passed

    Thread Starter randit

    (@randit)

    Hi Michael:

    Thank you so much for your help and support. I will work on coding it.

    Have a great day!

    Thread Starter randit

    (@randit)

    Hi Michael:

    Yes, that is correct.

    Thread Starter randit

    (@randit)

    Hello:

    Thank you so much for the update! Your plugin works fantastic and looks beautiful! Thank you again! ??

    Thread Starter randit

    (@randit)

    That worked! Thank you… thank you… thank you!

    Thread Starter randit

    (@randit)

    Thank you for the prompt reply! The scroll functionality does not appear to be working. I have change Send to Submit as suggested however the Submit button still does not appear on the bottom of the form.

    Please advise. Thanks again for your help and support.

    Hello:
    I’d like to see a live demo with dummy data or current custom websites.

    Thread Starter randit

    (@randit)

    That worked. Thanks!

    Thread Starter randit

    (@randit)

    Thank you for the help. I went into the .php file and have no clue what to delete. I am afraid to “guess” and get it wrong and mess up the site. If you could tell me exactly what to look for. I did did a search for “theme” to locate anything referencing theme my site but nothing appeared. Help! ?? Thanks.

Viewing 12 replies - 1 through 12 (of 12 total)