You need to sign in to do that
Don't have an account?

Is it possible to Add a New button on the right of Addition Information
Is it possible to Add a New button on the right of Addition Information in Views Page, link that button to a url with dynamically appended clientID ?

You will have to create a custom button called New.
If this is a custom object then go to setup - create - custom objects - then go the required custom object and click on the New Button or Link button.
Provide the details i.e., name and behaviour.
Then select Content Source as url. Then provide the value as follows:
/{!Custom_Object__c.Id}
Then you need to add this custom button to the page layout so taht it becomes visible to the end user.
Let me lnow if this helps.
Thanks,
Kaustav
All Answers
I believe you can add a Custom Buuton and add it to the page layout.Below mentioned will help you in creating the button.
>> https://help.salesforce.com/HTViewHelpDoc?id=defining_custom_links.htm&language=en_US
>>https://help.salesforce.com/HTViewHelpDoc?id=defining_custom_links_fields.htm&language=en_US
Hope this will help you !!
Regards
Pramod
You will have to create a custom button called New.
If this is a custom object then go to setup - create - custom objects - then go the required custom object and click on the New Button or Link button.
Provide the details i.e., name and behaviour.
Then select Content Source as url. Then provide the value as follows:
/{!Custom_Object__c.Id}
Then you need to add this custom button to the page layout so taht it becomes visible to the end user.
Let me lnow if this helps.
Thanks,
Kaustav