Error Message..!!

vliyer

Active Member
Hi,
How can we send error messages with value substitution?

Set control error doesn't allow to pass parameters??

For E.g. Message : Customer &1 created successfully.
&1 - Customer Number

I have created error message 56008 with data structure template -D56008 -
One item AN8 assigned to this data item.

Thanks & Regards,

Venkat.


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
This is a multi-part message in MIME format.
--------------464A2EF9B14A23663C67AF52
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

You can send messages with value substitution using the workflow.

vliyer wrote:
>
> Hi,
> How can we send error messages with value substitution?
>
> Set control error doesn't allow to pass parameters??
>
> For E.g. Message : Customer &1 created successfully.
> &1 - Customer Number
>
> I have created error message 56008 with data structure template -D56008 -
> One item AN8 assigned to this data item.
>
> Thanks & Regards,
>
> Venkat.
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> --------------------------
> To view this thread, visit the JDEList forum at:
> http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=3371
> *************************************************************
> This is the JDEList One World / XE Developers Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
--------------464A2EF9B14A23663C67AF52
Content-Type: text/x-vcard; charset=us-ascii;
name="Alexandra_Lazar.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Alexandra Lazar
Content-Disposition: attachment;
filename="Alexandra_Lazar.vcf"

begin:vcard
n:;
tel;cell:416-716-8906
x-mozilla-html:FALSE
org:Cain & Associates Inc.
adr:;;57 Chantilly Cres.;Richmond Hill;Ontario;L4C 0K2;Canada
version:2.1
email;internet:[email protected]
title:Senior Technical Consultant
fn:Alexandra Lazar
end:vcard

--------------464A2EF9B14A23663C67AF52--
 
You have to create a business function for
"Substitution Error message" and call
jdeSetGBRErrorSubText with required parameter. It is
pretty simple.

Regards
Maneesh.
--- vliyer <[email protected]> wrote:
> Hi,
> How can we send error messages with value
> substitution?
>
> Set control error doesn't allow to pass parameters??
>
> For E.g. Message : Customer &1 created successfully.
> &1 - Customer Number
>
> I have created error message 56008 with data
> structure template -D56008 -
> One item AN8 assigned to this data item.
>
> Thanks & Regards,
>
> Venkat.
>
>
>
_________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com.
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=3371
>
>
*************************************************************
> This is the JDEList One World / XE Developers
> Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
>
*************************************************************
>


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
 
Back
Top