ashu_vik - Friday, August 28, 2009 9:17 AM:
Hi All,
I am new to programming. I want to achieve the following functionality in Aras by writing client/server side methods. The scenario is as follows:
In the "Description" property of Parts form, i wish to set a default value as "MyValue" at onSelect event of the description property.
Can somebody please help me with the code and how to deploy it to achieve the desired functionality?
Thanks,
Ashu
Brian - Tuesday, September 1, 2009 7:10 PM:
Hi Ashu,
If all you want is a default value for a field then you are better off using the "Default Value" field in the Item Type.
Open the Item Type for edit and find the Description field. Then scroll across to the right and find the "Default Value" column. Put your value here.
If you are after something a bit more interactive then maybe you should post a longer description requirement.
Cheers,
Brian.
ashu_vik - Wednesday, September 2, 2009 5:49 AM:
Hi Brian,
Thanks for your reponse.
Your post answers my question. But what I am actually looking for is writing some client/server methods as a part of exploration and learning process. The question I posted was just a scenario I thought of implementing through client methods. I think I am able to code some client methods successfully. I will come back to you when i face some problems in writing more difficult client methods or server methods.
Cheers,
Ashu
ashu_vik - Wednesday, September 9, 2009 1:29 AM:
Hi Brian,
How are you? As promised I come back to you for help. I have a scenario at hand where I want to do the following tasks:
1. In the PR workflow, I have an "Verify PR" activity. The asignee has set a variable called "CostEstimation" in the "Variables" tab of the PR workflow.
2. If the CostEstimation >1000$ then the PR should enter the "Verified" path else the PR should enter the "Unverified" path.
Is it possible to do so using client/server events?
Thanks,
Ashu
