I've added some custom text boxes to the Quote form.
Are the values entered in these custom boxes accessible through the API?
If so, how?

Thanks.

-GS

Re: Custom fields in API by John

John
Tue Dec 02 16:04:53 CST 2003

how did you add these text boxes?


"--" <bizilly@NOTCOLDmail.com> wrote in message
news:1s2dnfVJc8-CllCiRVn-iw@speakeasy.net...
> I've added some custom text boxes to the Quote form.
> Are the values entered in these custom boxes accessible through the API?
> If so, how?
>
> Thanks.
>
> -GS
>
>



Re: Custom fields in API by --

--
Tue Dec 02 16:23:49 CST 2003

Just through Settings -> System Customization -> Quotes -> Customize Form.
Is there another way?

-GS

"John O'Donnell" <csharpconsulting@nospam-hotmail.com-nospam> wrote in
message news:ONYiQBSuDHA.1060@TK2MSFTNGP12.phx.gbl...
> how did you add these text boxes?
>
>
> "--" <bizilly@NOTCOLDmail.com> wrote in message
> news:1s2dnfVJc8-CllCiRVn-iw@speakeasy.net...
> > I've added some custom text boxes to the Quote form.
> > Are the values entered in these custom boxes accessible through the API?
> > If so, how?
> >
> > Thanks.
> >
> > -GS
> >
> >
>
>



Re: Custom fields in API by John

John
Tue Dec 02 16:36:45 CST 2003

sorry ...you post hinted that you may have modified the source code to crm.
All you need to know is in the CRM sdk with examples etc..have you checked
that out?


"--" <bizilly@NOTCOLDmail.com> wrote in message
news:d9KdnTpVP_tojVCiRVn-vA@speakeasy.net...
> Just through Settings -> System Customization -> Quotes -> Customize Form.
> Is there another way?
>
> -GS
>
> "John O'Donnell" <csharpconsulting@nospam-hotmail.com-nospam> wrote in
> message news:ONYiQBSuDHA.1060@TK2MSFTNGP12.phx.gbl...
> > how did you add these text boxes?
> >
> >
> > "--" <bizilly@NOTCOLDmail.com> wrote in message
> > news:1s2dnfVJc8-CllCiRVn-iw@speakeasy.net...
> > > I've added some custom text boxes to the Quote form.
> > > Are the values entered in these custom boxes accessible through the
API?
> > > If so, how?
> > >
> > > Thanks.
> > >
> > > -GS
> > >
> > >
> >
> >
>
>



Re: Custom fields in API by Matt

Matt
Tue Dec 02 17:18:06 CST 2003

The new fields are accessed the same way as the others. The thing you need
to be careful about is the Capitalization of the field name (since it's
XML). Easiest way to verify this is to look at the quotebase table to see
what the fields are called. CRM will append a CFX to the front of the name
you provided where the X indicates the field type.

"--" <bizilly@NOTCOLDmail.com> wrote in message
news:d9KdnTpVP_tojVCiRVn-vA@speakeasy.net...
Just through Settings -> System Customization -> Quotes -> Customize Form.
Is there another way?

-GS

"John O'Donnell" <csharpconsulting@nospam-hotmail.com-nospam> wrote in
message news:ONYiQBSuDHA.1060@TK2MSFTNGP12.phx.gbl...
> how did you add these text boxes?
>
>
> "--" <bizilly@NOTCOLDmail.com> wrote in message
> news:1s2dnfVJc8-CllCiRVn-iw@speakeasy.net...
> > I've added some custom text boxes to the Quote form.
> > Are the values entered in these custom boxes accessible through the API?
> > If so, how?
> >
> > Thanks.
> >
> > -GS
> >
> >
>
>




Re: Custom fields in API by --

--
Tue Dec 02 19:56:25 CST 2003

I missed it because the fields didn't appear in the default results with a
blank columnset.
Thanks for the tip.

-GS

"Matt Parks" <mattp65@removetoX_Xyahoo.Com> wrote in message
news:eMkNMqSuDHA.1740@TK2MSFTNGP12.phx.gbl...
> The new fields are accessed the same way as the others. The thing you
need
> to be careful about is the Capitalization of the field name (since it's
> XML). Easiest way to verify this is to look at the quotebase table to see
> what the fields are called. CRM will append a CFX to the front of the
name
> you provided where the X indicates the field type.
>
> "--" <bizilly@NOTCOLDmail.com> wrote in message
> news:d9KdnTpVP_tojVCiRVn-vA@speakeasy.net...
> Just through Settings -> System Customization -> Quotes -> Customize Form.
> Is there another way?
>
> -GS
>
> "John O'Donnell" <csharpconsulting@nospam-hotmail.com-nospam> wrote in
> message news:ONYiQBSuDHA.1060@TK2MSFTNGP12.phx.gbl...
> > how did you add these text boxes?
> >
> >
> > "--" <bizilly@NOTCOLDmail.com> wrote in message
> > news:1s2dnfVJc8-CllCiRVn-iw@speakeasy.net...
> > > I've added some custom text boxes to the Quote form.
> > > Are the values entered in these custom boxes accessible through the
API?
> > > If so, how?
> > >
> > > Thanks.
> > >
> > > -GS
> > >
> > >
> >
> >
>
>
>