EWB/Op to Job Entry/OP customization-problem

You need to map it all directions.

Here is what I have working in 8.03.409C:

Target:Source
PartOpr.checkbox01:ECOOpr.checkbox01 -- passes it to PartOpr on check-in from EWB
ECOOpr.checkbox01:PartOpr.checkbox01 -- takes it from PartOpr and brings it to EWB
JobOpr.checkbox01:PartOpr.checkbox01 -- takes it from PartOpr when details are retreived and puts it in JobOpr.

Is it possible you are missing the second link. This would never retrieve it back from the PartOpr table looking like it did not 'stick'. Just a thought.

Ross


--- In vantage@yahoogroups.com, Robert Carlson <rcarlson@...> wrote:
>
> Observed that a customized checkbox in EWB has no
> persistence when used with data. You can check
> it while in EWB but once you check the part back in, the box is erased.
>
> Contacted Support and they replicated the action....currently an open call.
>
> Bob Carlson
> bcarlson@...
>
>
> At 02:43 PM 3/28/2011, you wrote:
> >
> >
> >
> >
> >There is. The data gets passed between ECOOpr, PartOpr and JobOpr.
> >
> >Create a customization to display the chosen
> >field in each module: EWB (ECOOpr), Method
> >Tracker (PartOpr) and Job Entry/Tracker (JobOpr).
> >
> >Then create an entry for each of these
> >relationships in Custom Field Map in the
> >utilities folder. When you are checking a part
> >in it will relate the ECOOpr table to the
> >PartOpr table and when you are getting details
> >it will pass from the PartOpr table to the JobOpr table.
> >
> >Ross
> >
> >--- In
> ><mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com,
> >"Bob Carlson" <rcarlson@> wrote:
> > >
> > > Is there a way to put a custom checkbox into
> > EWM/Operation and have the check mark transfer
> > over with "get details" to a Job Entry Operation?
> > >
> > > The two customizations don't have a common table to get the checkbox from.
> > >
> >
> >
>
> Robert (Bob) Carlson
> rcarlson@...
> Mobile: 603-883-8093
>
> [Non-text portions of this message have been removed]
>
Is there a way to put a custom checkbox into EWM/Operation and have the check mark transfer over with "get details" to a Job Entry Operation?

The two customizations don't have a common table to get the checkbox from.
There is. The data gets passed between ECOOpr, PartOpr and JobOpr.

Create a customization to display the chosen field in each module: EWB (ECOOpr), Method Tracker (PartOpr) and Job Entry/Tracker (JobOpr).

Then create an entry for each of these relationships in Custom Field Map in the utilities folder. When you are checking a part in it will relate the ECOOpr table to the PartOpr table and when you are getting details it will pass from the PartOpr table to the JobOpr table.

Ross

--- In vantage@yahoogroups.com, "Bob Carlson" <rcarlson@...> wrote:
>
> Is there a way to put a custom checkbox into EWM/Operation and have the check mark transfer over with "get details" to a Job Entry Operation?
>
> The two customizations don't have a common table to get the checkbox from.
>
Bob,



You shouldn't need a customization to do this. You can map fields from
ECO/Part/Job via the Custom Field Mapping program on the utilities menu. As
I recall, the program didn't have the nicest UI, but that's the best way to
move UD fields from one table to the other.



Kevin Simon



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Bob Carlson
Sent: Monday, March 28, 2011 2:28 PM
To: vantage@yahoogroups.com
Subject: [Vantage] EWB/Op to Job Entry/OP customization





Is there a way to put a custom checkbox into EWM/Operation and have the
check mark transfer over with "get details" to a Job Entry Operation?

The two customizations don't have a common table to get the checkbox from.





[Non-text portions of this message have been removed]
One would thing that but it does not appear to work that way for a checkbox.

I have JobOpr/Checkbox13 used in Job Enrty and ECOOpr/Checkbox13 used in EWB.

If I use EWB to check the box in a part master
method and then create a job using that method,
nothing populates the checkbox in Job Entry.

Bob Carlson
bcarlson@...

At 02:43 PM 3/28/2011, you wrote:
>
>
>
>
>There is. The data gets passed between ECOOpr, PartOpr and JobOpr.
>
>Create a customization to display the chosen
>field in each module: EWB (ECOOpr), Method
>Tracker (PartOpr) and Job Entry/Tracker (JobOpr).
>
>Then create an entry for each of these
>relationships in Custom Field Map in the
>utilities folder. When you are checking a part
>in it will relate the ECOOpr table to the
>PartOpr table and when you are getting details
>it will pass from the PartOpr table to the JobOpr table.
>
>Ross
>
>--- In
><mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com,
>"Bob Carlson" <rcarlson@...> wrote:
> >
> > Is there a way to put a custom checkbox into
> EWM/Operation and have the check mark transfer
> over with "get details" to a Job Entry Operation?
> >
> > The two customizations don't have a common table to get the checkbox from.
> >
>
>

Robert (Bob) Carlson
rcarlson@...
Mobile: 603-883-8093

[Non-text portions of this message have been removed]
Oh wait a minute, I missed the bit about the custom field map....

I'll give that a try.

Bob Carlson
bcarlson@...


At 02:43 PM 3/28/2011, you wrote:
>
>
>
>
>There is. The data gets passed between ECOOpr, PartOpr and JobOpr.
>
>Create a customization to display the chosen
>field in each module: EWB (ECOOpr), Method
>Tracker (PartOpr) and Job Entry/Tracker (JobOpr).
>
>Then create an entry for each of these
>relationships in Custom Field Map in the
>utilities folder. When you are checking a part
>in it will relate the ECOOpr table to the
>PartOpr table and when you are getting details
>it will pass from the PartOpr table to the JobOpr table.
>
>Ross
>
>--- In
><mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com,
>"Bob Carlson" <rcarlson@...> wrote:
> >
> > Is there a way to put a custom checkbox into
> EWM/Operation and have the check mark transfer
> over with "get details" to a Job Entry Operation?
> >
> > The two customizations don't have a common table to get the checkbox from.
> >
>
>

Robert (Bob) Carlson
rcarlson@...
Mobile: 603-883-8093

[Non-text portions of this message have been removed]
Observed that a customized checkbox in EWB has no
persistence when used with data. You can check
it while in EWB but once you check the part back in, the box is erased.

Contacted Support and they replicated the action....currently an open call.

Bob Carlson
bcarlson@...


At 02:43 PM 3/28/2011, you wrote:
>
>
>
>
>There is. The data gets passed between ECOOpr, PartOpr and JobOpr.
>
>Create a customization to display the chosen
>field in each module: EWB (ECOOpr), Method
>Tracker (PartOpr) and Job Entry/Tracker (JobOpr).
>
>Then create an entry for each of these
>relationships in Custom Field Map in the
>utilities folder. When you are checking a part
>in it will relate the ECOOpr table to the
>PartOpr table and when you are getting details
>it will pass from the PartOpr table to the JobOpr table.
>
>Ross
>
>--- In
><mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com,
>"Bob Carlson" <rcarlson@...> wrote:
> >
> > Is there a way to put a custom checkbox into
> EWM/Operation and have the check mark transfer
> over with "get details" to a Job Entry Operation?
> >
> > The two customizations don't have a common table to get the checkbox from.
> >
>
>

Robert (Bob) Carlson
rcarlson@...
Mobile: 603-883-8093

[Non-text portions of this message have been removed]
Hi Kevin, in this case I need to add a check box
imitating a checkbox we are using in the Job
Method. We want to maintain the checkbox at the
method level so that it copies into the Job method when called.

As it turns out the checkbox has no persistance
in the EWB: after you check the box, return the
Rev to service, the box unchecks itself.

I contacted Support and they replicated the
problem but had no immediate solution.

Bob Carlson
bcarlson@...



At 02:59 PM 3/28/2011, you wrote:
>
>
>Bob,
>
>You shouldn't need a customization to do this. You can map fields from
>ECO/Part/Job via the Custom Field Mapping program on the utilities menu. As
>I recall, the program didn't have the nicest UI, but that's the best way to
>move UD fields from one table to the other.
>
>Kevin Simon
>
>From:
><mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com
>[mailto:vantage@yahoogroups.com] On Behalf Of
>Bob Carlson
>Sent: Monday, March 28, 2011 2:28 PM
>To: <mailto:vantage%40yahoogroups.com>vantage@yahoogroups.com
>Subject: [Vantage] EWB/Op to Job Entry/OP customization
>
>Is there a way to put a custom checkbox into EWM/Operation and have the
>check mark transfer over with "get details" to a Job Entry Operation?
>
>The two customizations don't have a common table to get the checkbox from.
>
>[Non-text portions of this message have been removed]
>
>

Robert (Bob) Carlson
rcarlson@...
Mobile: 603-883-8093

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