08-11-2014 07:42 AM
You can use the following call:
Sage.Utility.loadDetailsDialog({ entityType: 'Sage.Entity.Interfaces.IContact, Sage.Entity.Interfaces', smartPart: 'MySmartPartId', dialogTitle: 'My Dialog', isCentered: true });
The SLX 8.x API call to display dialogs from javascript seems to be more limited to the one that used to exist in 7.5.x though. At least when we investigated on this a while ago (SLX 8.0) parameters for the dialog where not supported, for example.
Regards.
08-16-2014 12:35 AM
Thanks works a charm.
Cheers
08-18-2014 06:04 AM