As part of implementing the Button to the ribbon tool bar. I require the schema name in the Button java script file. So I am trying to use the following command to get the schema object.
$display.getView().getItem().getSchema();
The above command will return the schema object. But how to get the schema Title from the schema object. Please help me out in this. Thanks in advance. Early response is appreciated.
Using the following command one can access the schema name.
$display.getView().getItem().getSchema().getStaticTitle();
Thanks Romkes for your help.
Hey Pufflin I am not saying it is the only solution. But this command is working without any delay. Sorry If I hurt any one's feelings.