|
Home > Archive > Business Desk > February 2004 > Question-> Extending Business Desk
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Question-> Extending Business Desk
|
|
| ScottE 2004-02-07, 9:38 am |
| You can do exactly that. You can add your own property
attribute such as "Include in Specification". And then
add custom properties that you can mark that to be true.
If I recall, all you have to do is add that column to the
table. The only limitation is that I don't think it could
be a boolean unless you were to modify the bizdesk code to
account for that field, or to hadle booleans in general.
You could, though, use as simple integer or varchar field,
and then have the value be 1 or 0, or "True" or "False".
Hope that helps.
- Scott
>-----Original Message-----
>Quick question, any help will do. I would like to add a
checkbox to the
>property definitions page, like the "Display On Website"
and "Include in All
>Products" checkboxes. A simple boolean value is to be
extracted from this
>checkbox...perhaps a seperate field in a table. "Include
in Specification" I
>will call it.
>
>Hmm. Business Desk has a lot of nice features, but there
is no seperate way
>to show specs or information about a product, except in
the description
>field.
>
>Thanks,
>Ryan
>
>
>.
>
| |
| Ryan Ross 2004-02-07, 9:38 am |
| CBool, got ya.
Thanks,
Ryan
"ScottE" <scotte@magenic.com.ihatespam> wrote in message
news:0b6d01c3db80$9fd63ba0$a501280a@phx.gbl...[color=blue]
> You can do exactly that. You can add your own property
> attribute such as "Include in Specification". And then
> add custom properties that you can mark that to be true.
> If I recall, all you have to do is add that column to the
> table. The only limitation is that I don't think it could
> be a boolean unless you were to modify the bizdesk code to
> account for that field, or to hadle booleans in general.
> You could, though, use as simple integer or varchar field,
> and then have the value be 1 or 0, or "True" or "False".
> Hope that helps.
>
> - Scott
>
> checkbox to the
> and "Include in All
> extracted from this
> in Specification" I
> is no seperate way
> the description
|
|
|
|
|