[icf-dev] Loading a temp-table in a Dynamic SDO.

Posted by LegacyUser on 15-May-2003 15:58

How do I go about loading the temp-table from the business logic module. I

have added an internal procedure in the business logic module for

dataAvailable which will create the temp-table, but the temp-table never

seems to get to the SDO.

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 15-May-2003 15:59

Hi Fereddy.

Try it creating the records for the temp-table in the initializeObject

procedure before the RUN SUPER. statement.

Marcelo.

Boisseau, Freddy wrote:

>How do I go about loading the temp-table from the business logic module. I

>have added an internal procedure in the business logic module for

>dataAvailable which will create the temp-table, but the temp-table never

>seems to get to the SDO.

>

>

>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

Posted by LegacyUser on 15-May-2003 22:38

Hi,

Are you trying to load the temp-table in logic procedure of dynamicSDO ?

I think it is possible to use temp-table SDO's with static SDO's only. I

think it was mentioned in the Dynamics Developers Guide in

the section where using temp-tables with SDO's was explained. (correct me if

I am wrong)

Best regards,

-Veli-Matti Korhonen

- Original Message -

From: "Boisseau, Freddy" To: Sent: Thursday, May 15, 2003 11:58 PM

Subject: Loading a temp-table in a Dynamic SDO.

How do I go about loading the temp-table from the business logic module.

I

have added an internal procedure in the business logic module for

dataAvailable which will create the temp-table, but the temp-table never

seems to get to the SDO.

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

Posted by LegacyUser on 16-May-2003 01:14

Hi,

Using static SDO:

Be sure to fill the TT of the SDO and not the TT defined in the LOGCP.

Normally the SDO uses a TT defined in its definition section. So that

TT resides in the fullo.w

When the logcp has also a TT definition, this is a seperate TT and not

the same TT as the one in the SDO.

So filling the TT in the LOGCP does not put records in the TT of the SDO.

Martin

-Original Message-

From: Boisseau, Freddy

Sent: Thursday, May 15, 2003 10:58 PM

To: dev@dynamics.possenet.org

Subject: Loading a temp-table in a Dynamic SDO.

How do I go about loading the temp-table from the business

logic module. I

have added an internal procedure in the business logic module for

dataAvailable which will create the temp-table, but the

temp-table never

seems to get to the SDO.

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

Posted by LegacyUser on 16-May-2003 10:13

So the only way to work with temp-tables currently is with a static SDO and

not a dynamic one. Are they planning to have this ability in the future?

-Original Message-

From: Boisseau, Freddy

Sent: Thursday, May 15, 2003 4:58 PM

To: dev@dynamics.possenet.org

Subject: Loading a temp-table in a Dynamic

SDO.

How do I go about loading the temp-table from the business

logic module. I

have added an internal procedure in the business logic

module for

dataAvailable which will create the temp-table, but the

temp-table never

seems to get to the SDO.

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