I have title field in CRM for which i have written webdriver code as below for setting value in title field in crm - field

I have title field in CRM for which I have written webdriver code as below for setting value in title field in CRM.
driver.FindElement(By.Id("title")).Click();
driver.FindElement(By.Id("title")).SendKeys("Set title");
But this not working. Any suggestion, please

Related

Custom Title value is not getting displayed in TFS Work Item

Sorry for confusing you with the terms. I may not be explaining correctly.
I have created a new field called Request Title (refname:SAM.OI.Requesttitle) and my Work Item Type name is Request Details.
Note: Not using refname System.Title.
Please see below screen shot. for my custom WIT.. Entered Test Request Title is not displayed next to the New Request Details 3*:... if you see for default Task WIT entered Task Title is displayed next to New Task 2*: Task Title.
Help me on how to fix to show the Request title Next to Request Details.
Added a Rule to Title Field Definition to Copy the Request title value to Title. It is working as expected.
There is no way to show the Request title Next to Request Details. Only the default Title can be shown there.
You could use the default Title field and add label Request Title to it, in this way, you will get the behavior you want:

zf2 automated translation for dynamic strings

I am working on zf2 translation.I have added some fields in database,I added translated string for each field for each language.
But User can also add field.Suppose user is in English local and added A field in English language only,But later some user accessed the website and he or she knows Spanish,In this case for this user that field which previous user added should displayed in Spanish language.
So in this case how to manage dynamic field translation.Can any one help me for this issue.

Rename work item type fails

In TFS2010/TFSPowerTools2010/Process Explorer I am creating a custom process template. I define a new work item type (WIT) called "Enhancement" copied from the CMMI "Change Request" WIT.
Then I want to rename the friendly field name of the work item type "System.Title" (called "Title") to "Summary".
When I upload my custom process template to the TFS server and create a team project, and then create a new Enhancement, the info in the required field text still shows :
"TF20012: Field "Title" cannot be empty.
Why ?
(I want to see "TF20012: Field "Summary" cannot be empty.)
What you can do is create a new field and make it required. Call it Summary, etc. Change the Title label and textbox from the stock values and point it to your new field. Do not remove the System.Title field from the field list.
In the work flow, use the Summary value to populate the System.Title field, which is not on the form. Then if they try to save without a Summary, they will get the correct error and System.Title will have a valid value for reporting.
Be sure you account for the System.Title field everywhere it is referenced in the work flow.
You aren't able to rename a system field like System.Title. It's used by other work item types across the team project collection and the server instance. It also has to be filled in by the default rules. You can rename the "label" that gets shown to the end user by going to the layout tab of the work item type editor (in the TFS Power Tools) and find the control and change it's label attribute but leave the field the same.
In Visual Studio I was looking at a WinForm and saving the form I got this error:
Microsoft Visual Studio Save failed.
TF20012: Field 'Title' cannot be empty.
OK
Since its a TF error I closed all the Work Items (even unsaved ones...) and then saving the Winform worked.
I am not sure how VS thought the Work Item was the active code window I saw looking at.

Ruby on Rails: Cucumber: how do I replace text in a field?

I want to put text into a field that has been autofilled.
The traditional
When I fill in "ntoheu" with "nthoeu"
seems not to work
Iam also using capybara, and i feel that its ability to successfully insert text into fields is lacking.
in case of
When fill in "<field_name>" with "som text"
<field_name> can be id or name attribute of the input field

Fogbugz: A way to pre-fill custom fields via HTTP post?

Greetings!
Situation:
We have a CRM system that generates unique customer IDs. Now we added a field "customer match code" to our Fogbugz cases, using the Custom Fields Plugin.
In the CRM we have a button "Add case to customer" that launches a VB script to open a URL, ie. Fogbugz.
Obviously, it would be nice to pre-fill the custom field "customer match code" with the ID. Normal fields are easy to pre-fill:
http://devserver/fogbugz/default.asp?command=new&pg=pgEditBug&sTitle=MyTitle
Since the field is a custom field, I found it not in the table "Bug", but in "Plugin_6_CustomBugData", where it is called "customerxmatchxcodeX62".
Neither accessing "customerxmatchxcodeX62", nor "customer match code", nor "Customer Match Code" worked.
Does anyone know of a way to access custom fields like this?
Note: I am aware of the XML API. I'm trying to avoid it in this case, because all I want to do is open a browser with Fogbugz "new case" page and fill this one field.
Thank you for any helpful responses!
Best regards,
Robin
http://fogbugz.stackexchange.com/ Try this site instead =)

Resources