Answered

Last Login per User

Is it possible to get the last datetime that a user logged in to Maximizer via the API?

Answered

Get an Abentry and all it's fields

Is there a way using the API to get all of the fields on one abentry record in one request including the UDFs with their names?

Answered

Moving an Opportunity

Is it possible to move an Opportunity from one client to another using the API?

Answered

Context: Read/Write Opportunity record via API

Hello Admins,

Answered

Create Opportunity via API does not assign Process and Sale Stage.

Hello All,
I've recently came across an issue where I was creating Opportunities via Octopus API. My payload contained values for Process (in may case specific value) and SalesStage but (i.e. Fact Finding).
After supplying the values in the payload the Opportunity was created but the fields for Process was not setup and no Sales Stage was setup.

Answered

Decode Email Messages from database image column and save file locally

I’m a freelancer and one of my clients want me to develop a tool that read files stored in database (MS SQL Server) and store it on local storage.

Answered

How can I request tasks for a company and any contact of the company

I have tried the following which errors requiring the Number to also be passed:

Answered

how to fetch all the multiple address without giving the search query

{
    "Address": {
        "Criteria": {
            "SearchQuery": {
                "ParentKey": {
                    "$EQ": "QWJFbnRyeQlERU1PXzFDCTA="
                }
            }
        },
        "Scope": {
            "Fields": {
                "Key": {
                    "Value": 1,
                    "ID": 1,
                    "Number": 1,
                    "EntityType": 1
                },
                "Description": 1,
                "AddressLine1": 1,
                "AddressLine2": 1,
                "City": 1,
                "Country": 1,
                "StateProvince": 1,
                "ZipCode": 1,
                "Default": 1,
                "ParentKey": 1
            }
        }
    }
}
Answered

How to update the value of a UDF

I'm trying to update the value of a UDF on an existing contact. This is what the body of my request looks like:

Answered