iMIS Community

Exhibit Rules and Exhibition Complimentary Registrations window

 

Hi,

I would like to know how exhibit rules for complimentary registration works, here is some iMis documentation , but it doesn't give me a clue on how to use it:

on this iMis documentation page:
http://docs.imis.com/15.1.1/14462_1.htm there is only one line of description:
Exhibit Rules - Opens the Rules for Exhibition Complimentary Registrations window used to enter text table rules and calculations for awarding complimentary registrations.

iEmail credentials

A customer has recently begun to have an issue where iEmail always prompts for user credentials, once the details are entered everything works as it should, and whatever action the user is trying to do can be completed. However, if another action is attempted, the credentials are requested again. This has only recently started to happen, has anyone experienced anything similar, if so, did you find a resolution?

Navigating to a Customer record from an IQA Table View iPart

Hi,

I have an IQA which links to a customer record properly using "key_contact".

I then created a custom link on the customer desktop using Content Manager which links directly to the IQA, held within the iPart "iMIS 15. IQA Table Viewer Control II"

Under configuration I specified Navigation Column on the key_contact column (iMIS ID) to open "Manage customers" and set the value to "Key Contact column value".

I specified the navigation column to be the iMISID which already has the alias "Key_contact" in the IQA. 

Changing the "Home" content on iMIS Web Admin (15.1.x)

Does anyone know how to change the contents of the "Home" area on iMIS web admin?

I helped a client launch on 15.1.2 recently, and when you access iMIS web admin from our WCM server, it shows a message "This site needs some content".

I can't figure out where you would go to change this content. There doesn't appear to be any default.aspx pages, and there doesn't appear to be any web content for this page.

BOD Publish for Debug fails without error message

I have a custom iBO design in Business Object Designer.  It Compiles successfully, but when I click Publish for Debugging, it fails with no messages or errors.  Does anyone know what might be the cause?

paymentGatewayService configuration for a custom PaymentGatewayProvider

With the current configuration:

<configuration>
  <configSections>
    <sectionGroup name="system.web">
      <section name="paymentGatewayService" type="Asi.iBO.Commerce.PaymentGatewayServiceSection, Asi.iBO" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />
    </sectionGroup>
  </configSections>

  <system.web>
    <paymentGatewayService defaultProvider="MockCustomPaymentGatewayProvider">
      <providers>
        <add name="MockCustomPaymentGatewayProvider" type="Crown.Imis.IntegrationTests.MockCustomPaymentGatewayProvider, Crown.Imis.IntegrationTests" authorizationAccounts="AUTHORIZE" />
      </providers>
    </paymentGatewayService>
  </system.web>
...
</configuration>

Stored Procedure for attaching file to an Activity

Morning,

Has anyone had any experience with attaching a file to a Customer Activity record using a stored procedure?

We use TaskCentre to run a stored procedure to generate activities for emails but would like to start adding a pdf version of the email as an activity (the same way iEmail does).
Before I go down the road of trying to write it I wanted to see if their was generic code floating around.

Communities Email

Has anyone gotten WCM .net communities subscribe to post emails to work?

collecting e-check payments with a custom payment gateway provider

I'm trying to implement an extension to PaymentGatewayProvider that uses a payment gateway API not supported by iMIS.  All of the examples seem to involve payments via Credit Card.  I would like to also implement payment via e-check.  Is this supported?

The arguments passed into ProcessPayment are a TransactionType, a CPayment, and a CAddressBasic.  CPayment does not seem to have any members for the bank account number, bank routing number, etc.  Where would this data come from?

Underscore in Alias name

I have a client who wants to use an underscore in the alias name - something like Home_Country but when the query is run the underscore is stripped out. I understand that the underscore is used in keywords and that may be the reason.  Is there an escape character that can be used to preserve the underscore?

Thanks!