|
I have a workflow on an opportunity. I am trying to count the number activities from the opportunity workflow.
And use this count on condition within the workflow.
Started by Chris Jones on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An example of some custom activities on CodePlex: http.
And then you can use it within your condition.
|
|
Here's the deal. I have an application with three tabs. Through various interactions with the items in the tabs I end up launching other activities. The client has reviewed this and would like the activities launched "within" the tabs, so the tabs remain...
Started by MattC on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I had a similar issue, but it was only 1 activity which....
Commonsware.com is correct, it's not possible.
The tab framework is very simple, not designed for changes once initially set up .
That is not possible with the existing tab framework, AFAIK .
|
|
I started doing retrospectives with my team and we are trying several different activities. What activities do you use and do they work for your team. Please give some additional information (teamsize, agile skill levels ...) as well.
Started by crauscher on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
First, you....
From my perspective, there are two things that are key .
We look at each other wide eyed and scream "What the F!@# was that!?"
Since I'm primarily a solo developer I'm either always doing retrospectives or never, depending on your viewpoint .
|
Ask your Facebook Friends
|
Using the CRM views, is there a way to retrieve a list of all of the activities linked to a specific account?
I want it to retrieve not only those associated with the account directly, but also those associated with the account's contacts, cases, etc....
Started by Baffled by ASP.NET on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I want to search (in my case accounts and contacts) then I query AcitivtyParty for all activities where guids we need activities for Insert Into @GUIDS Select contactid, fullname, 'C accountid = @account_guid --find all activities....
|
|
I've read at a few places that I should not be using Activities as contents of my tabs. I would like to know why this is not a recommended approach... Any suggestions?
Started by Legend on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
With-intents/
Start different activities in separate tabs of a TabHost
http://www.androidsnippets.org/snippets/68/
I'd flip it around: why would you want to use activities as tabs? All you do is add.
|
|
Hi all,
What are the best practice for making 'Recent Activities of My Friends' in websites such as FriendFeed or Facebook sites... How can these data stored and queried? Is there any publisher/ subscriber technology or something else?
Thanks
Started by Cem on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
However, I am not sure whether users should have their own history .
activities of his friends also.
|
|
I need free and portable tool to record desktop activities in animated .gif format.
My os is windows XP and i need portable tool only. I want to record and save directly in gif format.
Started by Jitendra vyas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Use VirtualDubMod to convert the AVI TimeSnapper to record his desktop activities....
You can use Wink to record desktop activities CamStudio Portable to record your screen activities to AVI.
May be this not a solution, just a alternate way .
|
|
The goal is to store activities such as inserting, updating, and deleting business records.
One solution I'm considering is to use one table per record to be tracked. Here is a simplified example:
CREATE TABLE ActivityTypes ( TypeId int IDENTITY(1,1) ...
Started by Ed Saito on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You say you're trying to track 'store activities' I'm going to assume you have the following activities: Purchase new item Sell item Write off item Hire employee Pay employee Fire employee Update employee....
You're really trying to accomplish.
|
|
Hi Guys,
My problem is that The code in the branch I'm working in for some reason is corrupted now , but I didn't make any label in the branch so It's hard to "roll back" the code to a valid status.
But I'm sure a month ago the code is in the quite healthy...
Started by Haiyuan Zhang on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From....
/main/LATEST
Can enable you to see versions from a month ago (see time and query )
See also "time-based rule" answer .
/main/{!created_since(16-Sep-2009)} element /myPath/...
Element /myPath/...
Do not forget the time directive of selection rule.
|
|
I have activities that are create and launched from menu options. However Ive noticed that this may mean that sometimes there are two or more copies of the same activity. So Im wondering if there's a way to see if another activity is already instantiated...
Started by Eno on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can control some aspects of this with android:launchMode on the activity....
I believe that launchmode might control what you are after .
See activity element documentation.
You can specify information regarding that in the android manifest .
|