How to SetFocus on "new" record in Epicor

To the best of my knowledge there is no document like that. Honestly, I'd
be hesitant to trust it even if there was. Nothing against Epicor, but it
would be a Sisyphean task to try and keep something like that up to date.

The Object Explorer is pretty handy for a lot of things.

As for your actual issue, you should be able to just set focus to the actual
UI control and be good to go. You'll need to use GetNativeControlReference
under the CustomScriptManager to grab the actual control. (Code can be found
in the OE) You could probably run the code after the GetNewPart method, but
you may have to tinker with that a bit.



On Mon, Jul 18, 2011 at 4:04 PM, Anton <anton.ochss@...> wrote:

> **
>
>
> In the process of customizing the Parts page to make the "Key" field a
> combination of two UD fields (Character01, Character02)...being the External
> Part Number and Supplier Name (we have parts that have the same part number,
> but from different vendors), we want to force the focus away from the key
> field to the Character01 field on a new row.
>
> I was able to disable the fields using a rowrule and seeing that the
> EpiNotify doesn't work in the Parts Page on NewRow, is there something else
> I can look into?
>
> On a side note, is there a document anywhere with an object model that can
> be used when creating customization code? Since the Intellisense doesn't
> work in the editor or when debugging, it would be nice to have it handy
> instead of having to use Reflector (or this wonderful bunch of people on
> this site) to find the magic keys to kingdom.
>
> Thanks Again and Again,
>
> Anton
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
In the process of customizing the Parts page to make the "Key" field a combination of two UD fields (Character01, Character02)...being the External Part Number and Supplier Name (we have parts that have the same part number, but from different vendors), we want to force the focus away from the key field to the Character01 field on a new row.

I was able to disable the fields using a rowrule and seeing that the EpiNotify doesn't work in the Parts Page on NewRow, is there something else I can look into?

On a side note, is there a document anywhere with an object model that can be used when creating customization code? Since the Intellisense doesn't work in the editor or when debugging, it would be nice to have it handy instead of having to use Reflector (or this wonderful bunch of people on this site) to find the magic keys to kingdom.

Thanks Again and Again,

Anton