Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The International Coffee Executives (ICE) starter site included with e-Business 5.5.1 is based on Sitefinity 6.0 SP1 (Sitefinity version 6.0.4200).  

New versions of Sitefinity come out quarterly and sometimes more frequently than that. Aptify will support you if you want to use a later version of Sitefinity than 6.0 SP1, but the ICE starter site is tied to that version.

So if you want to use the ICE starter site to begin your development, you need to start with Sitefinity 6.0 SP1 and then you can upgrade it to a newer version of Sitefinity by following Sitefinity's recommended upgrade path (the Sitefinity project manager includes an option that will update an older site to the current version). So, clients who want to use a newer version of Sitefinity with the Sitefinity 6.0 SP1-based ICE site can follow this process:

...

e-Business 5.5.1 uses the Telerik.Web.UI assembly version 2013.1.403.40. If you receive an error that the server could not find an earlier version of the Telerik.Web.UI assembly, add the following assemblyBinding to the web.config's runtime section:

 

No Format
nopaneltrue
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"

...

> 
<dependentAssembly> 
<assemblyIdentity name="Telerik.Web.UI" publicKeyToken="121FAE78165BA3D4" culture="neutral"/>
<bindingRedirect oldVersion="[Version Number Not Found]" newVersion="2013.1.403.40"/

...

</dependentAssembly>

Bulk Messaging May Require Crystal Decisions DLLs in e-Business Bin

...

e-Business 5.5.1 adds the Payment Type object to the e-Business Sync Object Repository Objects record so it is now pushed to the e-Business bin folder along with the other product DLLs required by e-Business site. However, on some environments that upgraded to e-Business 5.5.1 from an earlier version, the Payment Type object may not be included in the Sync Repository Objects record or may fail to copy over to the e-Business bin folder.

If you encounter an error while trying to complete an e-Business shopping cart checkout, confirm that the PaymentTypeObject.dll (version 5.5.1.2) is in the bin folder. If not, copy it manually to the folder and add it to your e-Business Sync Repository Objects record if it is not listed there.

...

In Aptify 5.5.1, there is a scenario where an order can include incorrect GL entries if shipped using the Auto Ship dialog. For example, if a user has an order that qualifies for auto-shipment open and while the form is open a second user modifies the order (e.g., by adding another order line), if the first user then saves the order and accepts the auto-ship option, the order may not generate the appropriate GL entries, Subscriptions, and Scheduled Transaction Groups. e-Business 5.5.1 updates the Orders logic to ensure that the system verifies that another user has not modified: order shipping status, orderline(s), and order totals prior to auto-shipping. If any of the areas mentioned has been modified, the user will receive a notification that the order cannot be saved and instructions to reopen the order and refresh for the latest information. (Issue 15111)

...


For a more detailed look at this new functionality refer to the Managing the Aptify e-Business Company Administrator Overview document included with this release.
Role and Access. (Issue 14097 (Parent) plus Sub-Issues for specific functions)

...

For additional details see Understanding Managing the improved Improved Meeting Registration process.
Process in e-Business(Issue 9149 (Parent issue) plus Sub-Issues for specific functions)

...

Note

In addition, as part of the Company Administrator functionality included with e-Business 5.5.1, the Profile Page for a Company Administrator also includes a section dedicated to Membership. See Understanding Managing the Aptify e-Business Company Administrator role Role and accessAccess for additional details on this functionality.

...

...

Beginning with Aptify e-Business 5.5.1 the Sample Site Control List includes the RefreshCache user control. See the Aptify e-Business 5.5 Developer Guide for  for information on this control. (Issue 9285)

...