Customizing error messages in sharepoint list forms - silverlight

i am having three require field coloumns in sharepoint list .when i try to add/edit item in newform.aspx/editform.aspx .. i'm getting error message as 'you must specify the value for required field' for all the three coloumn.
How can i customize the require field error messages in Newform.aspx/Editform.aspx..?
Thanks in advance ...!!!

Two Steps to proceed the custom validation for the required field used in SharePoint List item:
Go to List Settings -> Validation Settings, Enter the formula to validate the required column in Formula box and Custom Error message in User Message box for particular column.
Go to List Settings -> Choose your required column under Columns section and expand the Custom Validation and edit the formula, error message for that column. Click Save.
It will works.....

Related

Unable to set 'Data Model used in view' field when creating a new view in a 2sxc app

I am trying to create a listings app for Persons in 2sxc. I've managed to create an app, add a content type with fields then when creating a view for the listing, I am unable to set the 'Data Model used in view' field to 'list of content items' (or anything for that matter) and it gives me a 'There was an error in form calculations. Please report this to Admin' error
'There was an error in form calculations. Please report this to Admin' error
The message isn't ideal.
I believe the problem is that you specified you want a list of items, but then didn't select the content-type (for the items you would want to show on this template). If you set that, you should be fine.

Docusign Formatting and Salesforce integration issue

I am in a Salesforce environment and trying to send out a docusign document using Docusign and Conga. I am using a 30 day trial.
1.Using Conga and Docusign works very well together and the formatting is correct except that I need to have 2 radio buttons on the form. Is there a way to add anchor tags to my Word document and hide them(white text) like I do for the Docusign signature and date tags?
I tried following the documentation for creating the radio buttons in Docusign and tie them to a picklist field in Salesforce but I have yet been able to write back to Salesforce.
How do you control the text length for a Docusign template? I have fields that make up the address but the spacing is not dynamic so depending on the field value the text may run into each other. Is there a way to have the fields adjust based on field value length?
How do I show multiple related records? I have a case with multiple activities associated to it and I need to display them. In Conga I use a table and all of the records show. But if I create a docusign template it is only showing the first record.
If at all possible I would prefer to add the anchor tags to the existing document since the formatting is cleaner.
Michael
There is. You'll want to avoid applying anchor tags directly to a DocuSign template when working in the web console. The reason for this is that when you're sending from Salesforce with or without Salesforce anchor strings you're going to receive an error message indicating that there's no text associated with an anchor string.
You can accomplish this through Custom Fields inside of Salesforce.
Basically, you place your text in white where you want the tag to attach to your document. You'll want to set the anchor string in the format of \variable{r}\ on the tag, then in the underlying document you would replace {r} with the recipient number in the signing order.
IE: \variable_{r}\ becomes \variable_1\, when Salesforce picks this up it will tag the document automatically. For more information, see here: https://support.docusign.com/guides/dfs-user-guide-use-automatic-anchor-text-with-custom-tags-user.
In terms of writing back the value of a Radio Button, as I'm sure you've noticed this can be tricky. The values for the picklist in Salesforce need to match up exactly, then be written back by adding a new line in your Connect object. A step by step guide is available on the support site: https://support.docusign.com/articles/DocuSign-for-Salesforce-How-to-update-a-Salesforce-Field-with-a-DocuSign-Radio-Button-Value.
The Width of a text field is determined in one of a few ways:
1) You can supply a fixed size in the API call being used to generate them.
2) You can save the custom field inside of DocuSign as a Custom Field after setting the width to it.
3) Set the Fixed Size flag to false, then the text field should fill itself out when text is applied to it.
Would you mind being more specific in regards to the status record?

angular form validation error shows [null]

I can't find out where is the error in my form.
I have a select of two items and an input for each of them.
When I choose one of the items my form myform.$error shows {"myform":[null]} when I input some variable it show {} - my form is good.
I can't find what does this expression mean: {"myform":[null]}

Show Opportunity Stage Name Picklist read only based on user role

I am new to Salesforce and need an idea how is possible that suppose I have one user named "ABC".I don't want to show the Opportunity StageName picklist when "ABC" user login in editable form or just want to show the StageName value in textfield or anything other.
I tried to set the permission under setup but not achieved what I want. I just came to know that formula field or formula will used for that, as I am new to Salesforce so I unable to create a formula field.
Thanks.
To achieve this You should try field level security settings:
https://login.salesforce.com/help/doc/en/admin_fls.htm
You can select per field /profile combination which fields are visible and which are editable.
You cannot apply FLS on system required fields neither can you make them read only on the page layouts. You also cannot remove such fields from page layout. In short you are stuck with this field for ever!
I wish Stage was not a required field.
Mitesh

Fill in Form Field from Node-Field using Rules in Drupal 7

I am looking for a way to populate some fields in an (entity)form (for example name and email) once a client has filled in his tax-number (or another configurable field). The field to compare it to is in another node or entity.
For example:
A registration form for an event => when a user is registrating: check
if the filled in tax number allready exists in one of the nodes
'attendees last year'. If it finds a match, it takes the date in the
'name' field of the node, and puts it in the 'name' field in the form
(in the next step, see underneath)
For the forms I am using the EntityForms-module (which creates a form with the fields of an entity, so users can create new entity objects) and a custom module which allows me to go through the form in multiple steps, a rules event is triggered when the 'continue' button in a form-step is clicked.
I have rules and rules-forms-support enabled, I try to make a rule:
Event: my custom continue button is clicked
Condition: entered date from a (to be selected) field from the
form allready exists in a (to be selected) node's field
action: the (to be selected) field from the node is put in the (to
be selected) field on the form
I can't hardcode this because it has to be configurable (have to make multiple different forms..)
You may be able to do this via a value in the URL. Checkout Prepopulate module http://drupal.org/project/prepopulate
There is a dev version for Drupal 7.
You should be to add the extra info in the URL in the Rule.

Resources