ICE Tools Feature Request

I’ve got a sweet, super simple feature request for Customization Mode of a screen that would make life just that little bit easier especially when you are doing a lot of rearranging. Who should I send it to?

It’s super cool…

Wizards > Native Control References
Select a native control on the screen and have it auto generate these lines in the script body, example

private Erp.UI.App.CustomerEntry.ContactDetailPanel contactDetailPanel1;

public void InitializeCustomCode()
{
	// Begin Wizard Added Custom Method Calls
	this.contactDetailPanel1 = ((Erp.UI.App.CustomerEntry.ContactDetailPanel)csm.GetNativeControlReference("9e680e84-d936-4aab-b8e7-f8460db2eaba"));
}

public void DestroyCustomCode()
{
	this.contactDetailPanel1.Dispose();
	this.contactDetailPanel1 = null;
}

Nothing more nothing less.

@Bart_Elia @aidacra

10 Likes

There is definite agreement that this would be a valuable addition to the product!

One of our internal resources commented

“I needed this yesterday…”

We’re on it @jgiese.wci, thank you for the suggestion!

8 Likes

Despite this being a tool feature request thread… i shall refrain from filling it up :smiley:

1 Like

That’s right hijack your own shiz

2 Likes

I would like to point out this still isn’t in 300.2 LOL

2 Likes

10.2.400.5 :sob: