3 results found
-
Add the Business Organization to the Move Center
We have currently separated into 3-different business entities. To improve the Move Requests Center so you can quickly see which Business (or Business Unit) each person belongs to—without drilling into every record—especially during peak onboard/exit periods.
Proposed Change Summary
• Add a new header/column: Business
• Column position: between Description and Requester
• Data source: “User Allocations” — use the “Business” field if present; otherwise fall back to “Business Unit”
• Behavior: Display the employee’s current/active business at time of viewing; update dynamically if allocations change
• Goal: Reduce time spent opening individual requests during high-volume periods
Recommended Implementation Approach…1 vote -
Enable PATCH/PUT Methods for Assets API Endpoint
The ManagerPlus API v2 currently supports GET and POST for
/Assets, but returns HTTP 405 for PATCH/PUT methods. This prevents programmatic updates to existing asset records.Use Case:
We need to bulk-update asset fields (descriptions, statuses, etc.) for our 2,400+ asset inventory without manual UI edits.Requested Feature:
Enable PATCH or PUT on/api2/Assets/{assetKey}to allow updating existing assets via API.Expected Behavior:
PATCH /api2/Assets/{assetKey}
{
"Description": "Updated value",
"StatusId": "ACTIVE"
}Would enable automated data quality workflows and reduce manual administrative overhead for maintaining accurate asset records.
1 voteOur Product team is currently reviewing your idea. We may contact you if we need additional information or clarification. While not every idea will be added to our product roadmap, we carefully evaluate each submission and yours will receive full consideration.
-
API Access to Complete Asset Field Schema
We need the ability to make API calls that retrieve or set any and all fields associated with asset records, including standard fields, custom fields, budget fields, hierarchy fields, and any other asset properties. Currently, the API documentation doesn't clearly expose all available fields or provide comprehensive endpoints for accessing the full asset schema. This would enable:
-Bulk operations on all asset attributes programmatically
-Complete asset records in API responses (not truncated/limited)
-Field discovery without reverse-engineering existing assets
-Integration with external systems that need to read(at least)/write all asset data (including status/state)
1 voteThank you for your suggestion—this idea has merit and aligns with our broader strategy. However, due to other priorities, we are unable to pursue it at this time. We’ll keep it on our radar and revisit it when the timing is right or if we see increased interest from our customer community.
- Don't see your idea?