Knowledge.ToString()

Tag: module

  • SuiteCRM – Email Module common issues and its fix

    SuiteCRM Email module a really powerful module but when you try to use it, you will hit lots of roadblocks. Here are the list of common issues that I found when working with Email Module. SuiteCRM Version: 7.9.7 Importing Email Cannot import plain text email (fix available) Email Reply Does not add the header information…

    |

  • How to Use Plain Old JavaScript File into Node.js as a Module

    If you want to use your plain old JavaScript file into Node.js, you need to create a module which is nothing but a fancy wrapper around your JavaScript file and then you can use all the functions of your JavaScript object into Node.js. Environment Windows 7 (64 bit) Node.js 4.4.2 (64 bit) Path already contains…

    |