TDL Reference Manual
457
Where,
<FtpServer> is the FTP server name.
<FtpUser> is the FTP user name.
<FtpPassword> is the FTP password.
<FtpPath> is the full path of the folder on the FTP server.
Example:
$$MakeFTPName:"ftp://ftp.microsoft.com":"": "":"dbook.xml"
The function $$MakeHTTPName is used for creating the Hyper Text Transfer Protocol for the
specified security features.
Syntax
$$MakeHTTPName:<HttpUrl>:<HttpIsSecure>:<HttpUserName>:+
<HttpPassword>:<CompanyName>
Where,
<HttpUrl> is the HTTP URL name
<HttpIsSecure> is a logical attribute which checks whether the HTTP is secure or not.
<HttpUserName> is the HTTP user name.
<HttpPassword> is the HTTP password.
<CompanyName> is the name of Company.
Example:
$$MakeHTTPName:"https://www.abc.com":Yes:"guestuser":"pswd99":+
"ABC Company Ltd"
Use Case
Scenario:
The report "Bill-wise details" is to be mailed to each party with their respective Bill Details;
however mails to all parties should be sent at one key stroke without e-mail configuration screen
popping-up multiple times.
As of now, a user has to manually change the email IDs for each ledger.
Solution : Following steps needs to be implemented
Step 1: Create function
[Function : FuncEmailingOutstanding]
Variable: LedgerName : String
Step 2: Creating Local Formulae for enhanced readability of code
Local Formula: FromAddress : "abc" + "<
[email protected] >"