| bio | website | |
|---|---|---|
| location | Madison, WI | |
| age | 35 | |
| visits | member for | 2 years, 6 months |
| seen | Mar 1 at 6:32 | |
| stats | profile views | 67 |
bi-vocational Baptist preacher and code ninja.
|
May 17 |
awarded | Popular Question |
|
Jan 17 |
awarded | Popular Question |
|
Sep 17 |
awarded | Popular Question |
|
Jul 23 |
awarded | Popular Question |
|
May 27 |
awarded | Tumbleweed |
|
May 27 |
awarded | Scholar |
|
May 27 |
awarded | Editor |
|
May 27 |
awarded | Student |
|
Apr 12 |
awarded | Supporter |
|
Apr 8 |
awarded | Precognitive |
|
Feb 8 |
asked | VS2010 - How do I add association columns to workflow definition |
|
Jan 25 |
revised |
Is it possible to launch local application (exe) from Ribbon control? Added follow up notes on the implementation I ended up using |
|
Jan 24 |
accepted | Client Object Model equivalent of SPPersistedObject? |
|
Jan 21 |
asked | Client Object Model equivalent of SPPersistedObject? |
|
Jan 14 |
comment |
C# Add choice field to list and set default value @moontear that link is entirely unhelpful for this issue. I know how to add the field (see example posted), my question was whether there was a way to enforce the default value for existing items. There is not a way, you have to iterate the list of existing items and set those. I ended up using a simple CAML query to get all items that had a value of NULL for my new field. I then set those items. |
|
Jan 12 |
comment |
Is it possible to launch local application (exe) from Ribbon control? Thanks for this suggestion, in my case I can't have the user turn down the security settings. I am running an installer and so I will be able to use the registry key protocol hack. |
|
Jan 12 |
accepted | Is it possible to launch local application (exe) from Ribbon control? |
|
Jan 11 |
revised |
Is it possible to launch local application (exe) from Ribbon control? added 331 characters in body |
|
Jan 11 |
asked | Is it possible to launch local application (exe) from Ribbon control? |
|
Jan 4 |
comment |
C# Add choice field to list and set default value Thanks for the response, and that makes sense that it would not alter existing items. I had read that even if you mark the field as "required" that it still allows "null" in the database, just the UI will prompt for the value. My suspicion was I would have to iterate the list. |