[icf-dev] Dyn V2SP2 Web

Posted by LegacyUser on 16-May-2003 08:40

Hi all,

I need to make a custom filter with a DynViewer on Dynamics Web (DHTML

Client) that has to, depending on some values in the fields of the

SmartDataViewer, modify the query of the SDO and refresh the data in a

SmartDataBrowser.

Basically, I need to know if it is possible to run with JavaScript

functions an SDO's internal procedure, modify de query of the SDO and

refresh the

data from the server back to the DHTML Client.

Thanks in advance,

Hernan

--

Lic. Hernan Aymard

Project Manager

Progress Software de Argentina

Alicia Moreau de Justo 1930 Piso 2 Of 207

C1107AFN, Buenos Aires, Argentina

Tel. (54-11) 4705-1222 ext 104

To unsubscribe, e-mail: dev-unsubscribe@dynamics.possenet.org

For additional commands, e-mail: dev-help@dynamics.possenet.org

All Replies

Posted by LegacyUser on 16-May-2003 09:23

Hi Hernan,

You can't modify the SDO query from the DHTML client but you can add

filtering info to the SDO query and retrieve the filtered SDO data. Take a

look at rywdo.js (search on 'Filter') for clues on how the standard

filtering works in DHTML client.

Basically you will have to:

1. Set the filter information in the hidden frame - i.e.

app.document.form.value= 'custnum 100|name test';

2. Send the request to the server - i.e.

window.actions();

And you will get filtered information from the server. Hope this helps.

Regards,

Sunil.

-Original Message-

From: Hernan Aymard

Sent: Friday, May 16, 2003 9:40 AM

To: dev@dynamics.possenet.org

Subject: Dyn V2SP2 Web

Hi all,

I need to make a custom filter with a DynViewer on Dynamics Web (DHTML

Client) that has to, depending on some values in the fields of the

SmartDataViewer, modify the query of the SDO and refresh the data in a

SmartDataBrowser.

Basically, I need to know if it is possible to run with JavaScript

functions an SDO's internal procedure, modify de query of the SDO and

refresh the

data from the server back to the DHTML Client.

Thanks in advance,

Hernan

--

Lic. Hernan Aymard

Project Manager

Progress Software de Argentina

Alicia Moreau de Justo 1930 Piso 2 Of 207

C1107AFN, Buenos Aires, Argentina

Tel. (54-11) 4705-1222 ext 104

To unsubscribe, e-mail: dev-unsubscribe@dynamics.possenet.org

For additional commands, e-mail: dev-help@dynamics.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@dynamics.possenet.org

For additional commands, e-mail: dev-help@dynamics.possenet.org

This thread is closed