Learn Computer from the Best Tutors
Search in
Lesson Posted on 09/11/2020 Learn Training in Software application usage
Dialog Runbase Example in AX 2012
Shiva Kumar
A certified Microsoft Dynamics AX Lead developer/Senior/Technical Consultant 10+ years experience in...
class Runbase_Example extends RunBase
{
TransDate fromDate,toDate;
CustAccount custAccount;
DialogField dlgFromDate,dlgToDate,custDldField;
#define.CurrentVersion(1)
#localmacro.CurrentList
fromDate,toDate
#endmacro
}
protected Object dialog()
{
DialogRunbase dialog;
dialog = super();
dialog = super();
custDldField = dialog.addFieldValue(extendedTypeStr(CustAccount),custAccount);
dlgFromDate = dialog.addFieldValue(extendedTypeStr(TransDate),fromDate);
dlgToDate = dialog.addFieldValue(extendedTypeStr(TransDate),toDate);
return dialog;
}
public boolean getFromDialog()
{
boolean ret;
ret = super();
custAccount = custDldField.value();
fromDate = dlgFromDate.value();
toDate = dlgToDate.value();
return ret;
}
public container pack()
{
return [#CurrentVersion,#CurrentList];
}
public boolean unpack(container packedClass)
{
Version version = RunBase::getVersion(packedClass);
switch (version)
{
case #CurrentVersion:
[version,#CurrentList] = packedClass;
break;
default:
return false;
}
return true;
}
public static void main(Args args)
{
Runbase_Example runb = new Runbase_Example();
if(runb.prompt())
{
runb.run();
}
}
Answered on 13/03/2020 Learn Training in Software application usage
Suresh Umapathi
I am an entrepreneur and have more than 35 years of experience in the IT industry
get to Urbanpro.com and register yourself as a trainer. Then login with your credentials, setup the profile; pictures, good write up on what you plan to tutor, cost, hours of teaching, delivery of lectures (online, tutors premises, or student premises), upload your ID, upload your degree, upload other relevant certificates and there are many more advance profile settings like, video clip about your tutoring, relevant pictures, link to other web sites, etc. Wlecome to urbanpro family and happy tutoring!
read lessAnswered on 21/06/2019 Learn Training in Software application usage
Yogesh Kumar
Microsoft Excel And VBA Expert
Learn Computer from the Best Tutors
Answered on 18/03/2019 Learn Training in Software application usage
Ananda Nayek
Computer Software Faculty
Lesson Posted on 02/11/2018 Learn Training in Software application usage
Remote Learning Do's and Dont's
Venkata Nagendra Rao Saragadam
I have13 years of expertise developing people and client IT landscape to make people and companies able...
In the Present fast-paced world, people are facing challenges concerning keeping themselves always with the up to date technologies or industry changes. When it comes to the IT industry, it is becoming crucial as people with continuous learning are fit for upcoming projects rather than others who don't update.
Due to heavy workloads and other restrictions people are largely opting for remote or online classes where some choose for online training companies and others want for trainers through known friends referrals or online platforms like UrbanPRO. I am trying to put forward my thoughts of Dos and Dont's in remote learning which are my observations in the last seven years of training resources for job eligible.
Do's:
1) Ensure that you set your requirement and background honestly with the trainer so that trainer can plan the right learning method to suit your need. (Especially people planning to switch jobs, people having gaps in employment and Women Planning to enter into the career after the gap)
2) Listen to the trainer carefully about his suggestions for your training and validate if that meets your expectations and then decide. Most of the trainers here are experienced people in Industry with multiple skills and knows which is in demand and which is not.
3) Plan your learning use case based so that you will learn techniques to apply rather than to work. When you can apply, you will understand it better to justify various internal concepts. Whereas if you look forward to work, you will limit to the basic concepts which meet the requirement to finish your work.
4) Even though people can opt for remote online learning, it is good to bring online training to near-real-time direct practice virtually so that trainer and student interact with each other better and can implement watch and teach mode. If it is just screen sharing training, then the effectiveness of training will be only 20 to 30%.
Dont's:
1) Training is to Improve your knowledge and don't assume that after training you will get the job for sure.
2) Avoid thinking that if I learn a specific technology, I can get a job with high salary immediately.
3) Don't stop practising.
4) Don't rely on single technology.
5) Do not hesitate to ask questions even though you feel they are silly. (This I have observed largely in female students and people who have gaps in career, where they hesitate to ask the question because of impression one will have.)
read less
Answered on 27/10/2018 Learn Training in Software application usage
Himanshu Tuli
Trainer
Learn Computer from the Best Tutors
Answered on 26/10/2018 Learn Training in Software application usage
Shubhranshu S.
Teaching Programming & Coding Since 2004.
Asked on 20/10/2018 Learn Training in Software application usage
Answered on 14/07/2018 Learn Training in Software application usage
E2 Technologies
Learn Computer from the Best Tutors
Answered on 10/03/2017 Learn Training in Software application usage
Richa Jindal
Trainer
UrbanPro.com helps you to connect with the best Computer Classes in India. Post Your Requirement today and get connected.
Ask a Question
The best tutors for Computer Classes are on UrbanPro
The best Tutors for Computer Classes are on UrbanPro
Book a Free Demo