The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Auto Caption 
Posted: 20 Jan 08 2:34 AM
|
Dear all,
I am having a small issue. In the edit menu i have added a new item called "Move" and i have written some script for that Move item click Event. The script is working fine and my boss is happy.But there is another requirement which i need to fullfill. That is, When ever a account screen is opened and if user goes edit->Move it has to show move account . (Just like Delete Caption Functionality in saleslogix 7.0).If user goes to edit->move while he is in contact detail screen it should display move contact.
This is some what very urgent issue i need to solve.
Can any body help me in this Problem.
Thanks in advance.
Bye Mark |
|
|
|
Re: Auto Caption 
Posted: 20 Jan 08 6:06 PM
|
Just look at current Active Mainview properties to see which entity you are on.
It's in the help files... -- RJLedger - rjlSystems |
|
|
|
Re: Auto Caption 
Posted: 21 Jan 08 12:41 AM
|
I have checked that property Bob ! But it is for form caption but i want the menu autocaption. That delete caption in edit->delete in standard slx product. If u open account view it will show as delete account.If u open contact view the menu will show as delete contact. Like that i have to Implement the same for "move".If i open account view it should show as move account while in contact view move contact...................and so on. can u please help me on this
Mark |
|
|
|
Re: Auto Caption 
Posted: 21 Jan 08 10:51 AM
|
Hi Mark,
You want to set the AutoMenu property of the menu item to AutoCaption. If you open the "Standard Menus" menu plugin, expand "Standard Menu", then "&Edit". Take a look at the current "Delete" menu item for an example.
-Ryan
|
|
|
|
Re: Auto Caption 
Posted: 22 Jan 08 8:34 AM
|
But Ryan i have checked the delete item properties in standard menu they are calling some in built function named delete item in edit family.But in my case i have set the property of automenu to "auto caption" action "active script" argument :"system:my script" Menu item is "move".Now if i click on edit i am seeing the move item but autocaption like move account if i am in account view or move contact if i am in contact view is not working.
Can u help me out in this issue
mark
|
|
|
|