Discussions

Ask a Question
Answered

Get Batches by date

iMIS Version: 20.2.66.1216

Answered

In which table is stored event function´s notes.

I´ve realized that adding notes for an order line, such as "CERTEXAM" using REST API , it is stored in Order_Line table but NOT for events and functions.

Answered

REST API flowdown

Hello,

Setting/Displaying html editor field

We need an html editor field for staff input. I first created the field as part of a panel source but can't then edit it within Business Objects to set the field to html editor. I can use the panel as the source for a BO so I can set the field to html editor but how do I then create a page based on the BO so that staff can add records? I can't get the BO to show up as an available source at Panels and I'm not finding a content type to display a BO on a page. Help is appreciated!

Answered

update trans.transaction_date and trans.entered_by

I'm so new with Imis and .net
I have this app that reads data from a file then update imis records from the data in that file.
I have a code that update the trans table. Part of the code is below
ComboOrderData comboOrderData = new ComboOrderData
{
Currency = new CurrencyData { CurrencyCode = "USD" },
Order = new OrderData
{
Currency = new CurrencyData("USD"),
LineTotal = new MonetaryAmountData(donation.Amount, new CurrencyData("USD")),
Lines = orderLineDataCollection,
OrderDate = OrderDate = DateTime.Now,
OrderState = OrderStateData.Entered,
OrderTotal = new MonetaryAmountData(donation.Amount, new CurrencyData("USD")),
SoldToCustomerParty = new CustomerPartyData
{
PartyId = donation.DonorId
},
TotalBasePrice = new MonetaryAmountData(donation.Amount, new CurrencyData("USD")),
SourceCode = donation.SourceCode
},
Payments = remittanceDataCollection
};

AdditionalCharges through REST API

I am trying to add the AdditionalCharges object to our payload that is sent to IMIS' REST API to add items to cart. The way it is currently formatted uses a TaxAuthority to try to calculate tax automatically but it is not displaying any extra values or calculations on the cart screen. The payload for AdditionalCharges is as follows:

Put Request to Panel

I'm attempting to update a user defined panel field using the api. I can successfully complete GET requests but I always get a 500 Internal Server error back when using PUT.

_Validate on ComboOrder Returning Empty Lines Array

Hi all,

Answered

Cancelled Event Still Showing

We have created some events within iMIS and since then we have cancelled these events, however, they are still showing on our website.

Order Import Calls

What API calls would we need to make in 20.3 in order to replicate what happens in 20.2 when using the order import tool in iMIS desktop? We're guessing some calls to make an order, make a payment, etc, but we're not entirely sure of everything happening in the background.

Contact us
Copyright © Advanced Solutions International, All rights reserved.