Batch emailing

Find general Jiwa support here.

Re: Batch emailing

Postby robin » Mon Jun 01, 2009 10:51 am

Awesome that worked a treat.

Thank you so much :D :D :D

Regards
Robin Fleming
robin
Occasional Contributor
Occasional Contributor
 
Posts: 26
Joined: Tue May 19, 2009 1:11 pm

Re: Batch emailing

Postby robin » Mon Jun 01, 2009 2:01 pm

One last thing if i may :roll:

They want to move/remove the process button and replace it with the print or email button.

Process is currently the 4th line under Record, we don't use shortcuts so just need the location of the button moved.

Regards
Robin Fleming
robin
Occasional Contributor
Occasional Contributor
 
Posts: 26
Joined: Tue May 19, 2009 1:11 pm

Re: Batch emailing

Postby Mike.Sheen » Thu Jun 04, 2009 7:32 pm

robin wrote:They want to move/remove the process button and replace it with the print or email button.

Process is currently the 4th line under Record, we don't use shortcuts so just need the location of the button moved.

Regards
Robin Fleming


Hmmm... I can hide the Process menu option, if that's what you want ?

Add this to the very start of the Form Loaded breakout of the sales order entry form :

Code: Select all
FormObject.mRecordProcess.Visible = False


That'll hide the menu option to process, but leave the new one to "process and email or print" from the previous script I posted.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2440
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 755

Re: Batch emailing

Postby pricerc » Thu Sep 17, 2009 4:48 pm

Mike,

how does your script change to use Microsoft's SMTP client in 6.5.13 ?

/Ryan
/Ryan

ERP Consultant,
Advanced ERP Limited, NZ
https://aerp.co.nz
User avatar
pricerc
Senpai
Senpai
 
Posts: 504
Joined: Mon Aug 10, 2009 12:22 pm
Location: Auckland, NZ
Topics Solved: 20

Re: Batch emailing

Postby Mike.Sheen » Mon Oct 12, 2009 2:20 pm

pricerc wrote:Mike,

how does your script change to use Microsoft's SMTP client in 6.5.13 ?

/Ryan


It doesn't change at all. The same object is used to send the email, and it examines the system setting and invokes the appropriate code to send the email.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2440
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 755

Re: Batch emailing

Postby robin » Mon May 10, 2010 11:06 am

Is this easily changed to specify what invoice I want?

I'm assuming I need to add a something like:

Code: Select all
PrintingOptions = 0 ' bitwise field 1 = print invoice, 2 = print print invoice Office, 3 = print picking slip


but I'm not quite sure where.

Regards
Robin
robin
Occasional Contributor
Occasional Contributor
 
Posts: 26
Joined: Tue May 19, 2009 1:11 pm

Re: Batch emailing

Postby Mike.Sheen » Wed May 19, 2010 9:01 pm

robin wrote:Is this easily changed to specify what invoice I want?

I'm assuming I need to add a something like:

Code: Select all
PrintingOptions = 0 ' bitwise field 1 = print invoice, 2 = print print invoice Office, 3 = print picking slip


but I'm not quite sure where.

Regards
Robin


I think you should post a new thread, with your specific question - we've answered your original one, and this is a little different - more people will benefit from your question if it a new post, rather a response to one.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2440
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 755

Previous

Return to Core Product Support

Who is online

Users browsing this forum: No registered users and 2 guests

cron