![]() |
#1 |
Участник
|
It is known that in NAV 2009 SP1 there is no Segment Wizard page for RTC.
In this blog you will find some source code in txt format in order to let you start develop the Segment Wizard to your RTC. Please, check the disclaimer on code usage at the bottom of this blog. The source code file includes 1 new object, the Segment Wizard RTC page (Page 50112). Import this object into the Classic client. Next, you must slightly modify 2 objects in order to let the wizard work properly:
"Wizard Step" := "Wizard Step"::"1"; INSERT; IF ISSERVICETIER THEN PAGE.RUNMODAL(PAGE::"Segment Wizard RTC",Rec) ELSE FORM.RUNMODAL(FORM::"Segment Wizard",Rec);
To start the Wizard…, user has got a promoted Action. ![]() When Clicking the action, the Wizard starts presenting STEP 1. ![]() Checking the completion of Step 1, user is prompted for Step 2 meanwhile the Start action button appears. ![]() User can choose to start the process (like Finish button in classic client) or move forward to the next step. NOTE that the mechanisms of keepin’hide and visible will always keep MAX 2 FastTab opened, increasing the visibility / usability of the wizard. ![]() User has got the same options that has been present in the Classic Client and can switch between them by checking/unchecking the “Step X Completed” button. ![]() When User is satisfied with his own choice, then he just has to press Start action button… ![]() …and the population/reduction/refinement of the segment is served! These postings are provided "AS IS" with no warranties and confer no rights. You assume all risk for your use. Best Regards, Duilio Tacconi (dtacconi) Microsoft Dynamics Italy Microsoft Customer Service and Support (CSS) EMEA Источник: http://feedproxy.google.com/~r/Micro...d-for-rtc.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|