CreateNC365Contact
CreateNC365Contact(Contact: Record "Contact")
Creates a Magento customer account / record for the given customer record.
Parameters:
- Customer - Customer record (table 18)
Returns: nothing
ReleaseNC365Contact
ReleaseNC365Contact(ContactNo: Code[20])
Marks a Magento customer account as released. Once an account is released it will be synchronized with Magento.
Parameters:
- CustomerNo - Customer number
Returns: nothing
ReleaseNC365Contact
ReleaseNC365Contact(NC365Contact: Record "NC365 Contact")
Marks a Magento customer account as released. Once an account is released it will be synchronized with Magento.
Parameters:
- CustomerNo - Magento customer record
Returns: nothing
SendWelcomeEmail
SendWelcomeEmail(ContactNo: Code[20])
Creates and sends a notification of NotificationType::Account for the given customer.
Parameters:
- CustomerNo - Customer number
Returns: nothing
SendWelcomeEmail
SendWelcomeEmail(NC365Contact: Record "NC365 Contact")
Creates and sends a notification of NotificationType::Account for the given customer.
Parameters:
- CustomerNo - Magento customer record
Returns: nothing