*//////////////////////////////////////////////////////////////* * #g4ppinv_addCC - Add a CC to the Invoice                     * *                                                              * * Input:                                                       * *   in_email (required) - The email of the CC Recipient        * *                                                              * * Output:                                                      * *   out_errMsg - The error message (if error exists).          * *                                                              * * Returns:                                                     * *   -1 for error, n for the current cc index                   * *                                                              * *//////////////////////////////////////////////////////////////*D #g4ppinv_addCC...D                 PR            10i 0D  in_email                    260    valueD  out_errMsg                  256    Options(*NOPASS)#g4ppinv_addCC is used to ad a CC record to an invoice.
Returns: 0 for success, -1 for error.
Required Parameters:
Optional Parameters: