Customization of Job Entry/Operations/Detail Analysis Code Field

In retrospect, listen to Joe. A BPM would be about 100x easier for what you
want to do.

On Wed, Mar 30, 2011 at 4:01 PM, Joe Rojas <jrojas@...> wrote:

>
>
> Default values are usually best handled with BPMs.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Bob Carlson
> Sent: Wednesday, March 30, 2011 12:57 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Customization of Job Entry/Operations/Detail Analysis
> Code Field
>
>
> Could someone help me with the code necessary to place in Customization
> of Job Entry/Operations/Detail/Analysis Code.
>
> I want the combo box to default to default to a value of either the
> ID=REQOP or the description=REQUIRED OPERATION.
>
> I believe that the placement of the code is done on "Form Event Wizard"
> but I'm not sure of the event type. I believe it is "Before Field
> Change" although Support seems to think it is "EpiViewNotification".
>
> Beyond that I havn't a clue what progress code would set the default to
> our desired value.
>
> I have an example supplied by Support but it relates to Order Type in a
> Custom Combo Box and is in the SO area, not jobs....the "example" code
> seems totally inappropriate for Job Entry.
>
> Thanks,
>
> Bob Carlson
> bcarlson@... <mailto:bcarlson%40fillc.com>
>
> Joe Rojas | Director of Information Technology | Mats Inc
> dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
> jrojas@... | www.matsinc.com Ask us about our clean, green and
> beautiful matting and flooring
>
> This message is intended only for the individual named. If you are not the
> named addressee you should not disseminate, distribute or copy this e-mail.
> Please notify the sender immediately by e-mail if you have received this
> e-mail by mistake. Please note that any views or opinions presented in this
> email are solely those of the author and do not necessarily represent those
> of the company.
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]
Could someone help me with the code necessary to place in Customization of Job Entry/Operations/Detail/Analysis Code.

I want the combo box to default to default to a value of either the ID=REQOP or the description=REQUIRED OPERATION.

I believe that the placement of the code is done on "Form Event Wizard" but I'm not sure of the event type. I believe it is "Before Field Change" although Support seems to think it is "EpiViewNotification".

Beyond that I havn't a clue what progress code would set the default to our desired value.

I have an example supplied by Support but it relates to Order Type in a Custom Combo Box and is in the SO area, not jobs....the "example" code seems totally inappropriate for Job Entry.

Thanks,

Bob Carlson
bcarlson@...
The view notification is probably what you want. It fires when the form is
updated and while it's certainly not the only way, it's usually the easiest.
If you use another event, you'll need to fire your own notification after
you make your changes. If you're not careful about it, you can end up with a
pretty substantial performance hit.

If you open the Object Explorer from delevopment mode, it'll give you the
code you need to hook into a given dataview and check/update the value of a
field.

On Wed, Mar 30, 2011 at 12:56 PM, Bob Carlson <rcarlson@...>wrote:

>
>
> Could someone help me with the code necessary to place in Customization of
> Job Entry/Operations/Detail/Analysis Code.
>
> I want the combo box to default to default to a value of either the
> ID=REQOP or the description=REQUIRED OPERATION.
>
> I believe that the placement of the code is done on "Form Event Wizard" but
> I'm not sure of the event type. I believe it is "Before Field Change"
> although Support seems to think it is "EpiViewNotification".
>
> Beyond that I havn't a clue what progress code would set the default to our
> desired value.
>
> I have an example supplied by Support but it relates to Order Type in a
> Custom Combo Box and is in the SO area, not jobs....the "example" code seems
> totally inappropriate for Job Entry.
>
> Thanks,
>
> Bob Carlson
> bcarlson@...
>
>
>


[Non-text portions of this message have been removed]
Default values are usually best handled with BPMs.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Bob Carlson
Sent: Wednesday, March 30, 2011 12:57 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Customization of Job Entry/Operations/Detail Analysis
Code Field





Could someone help me with the code necessary to place in Customization
of Job Entry/Operations/Detail/Analysis Code.

I want the combo box to default to default to a value of either the
ID=REQOP or the description=REQUIRED OPERATION.

I believe that the placement of the code is done on "Form Event Wizard"
but I'm not sure of the event type. I believe it is "Before Field
Change" although Support seems to think it is "EpiViewNotification".

Beyond that I havn't a clue what progress code would set the default to
our desired value.

I have an example supplied by Support but it relates to Order Type in a
Custom Combo Box and is in the SO area, not jobs....the "example" code
seems totally inappropriate for Job Entry.

Thanks,

Bob Carlson
bcarlson@... <mailto:bcarlson%40fillc.com>












Joe Rojas | Director of Information Technology | Mats Inc
dir: 781-573-0291 | cell: 781-408-9278 | fax: 781-232-5191
jrojas@... | www.matsinc.com Ask us about our clean, green and beautiful matting and flooring


This message is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.


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