Change Log for HDCase Table

Thank you for the response. However, when I tried to implement the code below, I got a lot of errors (some of which were "; expected"). Is the below code in VB? We have our customizations set to be done in C# which may be part of the problem...

--- In vantage@yahoogroups.com, Steven Gotschall <sgotschall@...> wrote:
>
> In 8.03, when I have this problem, I add a button to the form and assign the
> following code to the click event:
>  Dim edvUD105 as EpiDataView = CType(oTrans.EpiDataViews("UD105"), EpiDataView)
> IF edvUD105.HasRow() Then
> Dim chg as Epicor.Mfg.UI.App.ChgLogEntry.ChgLogArgs
> chg.Start(oTrans,"UD105",edvUD105.dataView(edvUD105.Row)("RowIdent").ToString(),true)
>
> End If
> Substitute the table name of choice (HDcase) for UD105.
> ÂÂ
>
>
> ________________________________
> From: Adele <arbjorklund@...>
> To: vantage@yahoogroups.com
> Sent: Tue, November 2, 2010 1:20:18 PM
> Subject: [Vantage] Change Log for HDCase Table
>
> ÂÂ
> Hi,
>
> We have just gone live with the Case Management portion of Epicor 9.04.506C. We
> realized that we were going to need a change log for Cases as there are quite a
> few fields that multiple people can touch and it is important that we don't lose
> information.
>
> Using a BAM, I was able to create an event on the HDCase table and then I select
> Create Log as the Action. However, I don't see where I can access this log. When
> I look on the toolbar and in the Actions menu in Case Entry, I don't see an
> option for Change Log.
>
> Does anyone know if this is something that can be added or if there is another
> way of accessing the log?
>
> Thanks,
> Adele
>
>
> ÂÂ
>
>
>
>
> [Non-text portions of this message have been removed]
>
Hi,

We have just gone live with the Case Management portion of Epicor 9.04.506C. We realized that we were going to need a change log for Cases as there are quite a few fields that multiple people can touch and it is important that we don't lose information.

Using a BAM, I was able to create an event on the HDCase table and then I select Create Log as the Action. However, I don't see where I can access this log. When I look on the toolbar and in the Actions menu in Case Entry, I don't see an option for Change Log.

Does anyone know if this is something that can be added or if there is another way of accessing the log?

Thanks,
Adele
In 8.03, when I have this problem, I add a button to the form and assign the
following code to the click event:
 Dim edvUD105 as EpiDataView = CType(oTrans.EpiDataViews("UD105"), EpiDataView)
IF edvUD105.HasRow() Then
Dim chg as Epicor.Mfg.UI.App.ChgLogEntry.ChgLogArgs
chg.Start(oTrans,"UD105",edvUD105.dataView(edvUD105.Row)("RowIdent").ToString(),true)

End If
Substitute the table name of choice (HDcase) for UD105.
Â


________________________________
From: Adele <arbjorklund@...>
To: vantage@yahoogroups.com
Sent: Tue, November 2, 2010 1:20:18 PM
Subject: [Vantage] Change Log for HDCase Table

Â
Hi,

We have just gone live with the Case Management portion of Epicor 9.04.506C. We
realized that we were going to need a change log for Cases as there are quite a
few fields that multiple people can touch and it is important that we don't lose
information.

Using a BAM, I was able to create an event on the HDCase table and then I select
Create Log as the Action. However, I don't see where I can access this log. When
I look on the toolbar and in the Actions menu in Case Entry, I don't see an
option for Change Log.

Does anyone know if this is something that can be added or if there is another
way of accessing the log?

Thanks,
Adele


Â




[Non-text portions of this message have been removed]