Are you talking about the Allotments Used and Allotments Remaining? These are the out of the box attributes, and are of type Int. Perhaps one of these attributes has been customized so that the label is Allotted time in minutes?
If it's just a matter of your reports showing hrs + minutes instead of just minutes, then I would leave the attribute alone in CRM but adjust the formatting of the attribute value in the report. You can use an expression in the report to adjust the way it is shown. For instance if your attribute were AllottedMins your expression could be:
IIF(Fields!AllottedMins.Va
This expression (check the syntax because I'm going from memory here...) would return "59 Mins" or "1 Hrs 23 Mins" for example depending on if the value is less than 60 or not...
Main Topics
Browse All Topics





by: rakeshAgarwalPosted on 2009-05-14 at 04:49:41ID: 24383790
Hi
1. You can create two fields hrs and minutes
2. write onchange event for both the field which will calculate values in the total minutes.
3. You can change the assosciated view ( related contact lines to display hours and minutes)
4. You have to change reports manually to do this
Regards
Rakesh