[ic] if-statement for "dealer" field in userdb?

Xavier GILLET xavier.gillet.perso at wanadoo.fr
Fri Sep 26 10:05:49 EDT 2003


----- Original Message -----
From: "Ton Verhagen" <tverhagen at alamerce.nl>
To: <interchange-users at icdevgroup.org>; "Xavier GILLET"
<xavier.gillet.perso at wanadoo.fr>
Sent: Friday, September 26, 2003 8:59 AM
Subject: Re: [ic] if-statement for "dealer" field in userdb?


> Quoting "Xavier GILLET" <xavier.gillet.perso at wanadoo.fr>:
>
> >[tmp dealer][data table=userdb field=dealer key="[data session
> >username]"][/tmp]
>
> In foundation you normally wouldn't need to search for
> the dealer field of the logged in user. As the value of the
> dealer field will be assigned automatically to a scratch
> variable 'dealer'.
>
> See catalog.cfg:
> UserDB    default    scratch       "dealer price_level credit_limit"
>
>
>
> So the code below would suffice.
>
>
> >[if scratch dealer]
> >*
> >*
> >*
> >[else]
> >*
> >*
> >*
> >[/else]
> >[/if]
>
> Good luck !
>
>
>
> Best regards,
>
> Ton
>

I think you need to use [value] and not [scratch] variable in this case :

[if value dealer]
*
*
*
[else]
*
*
*
[/else]
[/if]




More information about the interchange-users mailing list