Skip to main content

Community

Connector Improvement: Resource Management by Smartsheet

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Sean,

    Thank you for reaching out and sharing your feature request regarding adding an Allocation % to the Assignment Table. We appreciate your input and value your engagement with our community.

    I am pleased to inform you that your suggestion has been added to our backlog. As part of our process, we prioritize features based on customer demand, and we will certainly consider this request accordingly.

    Please rest assured that we will keep you updated on any developments related to this feature. We are committed to ensuring that you have the best experience possible with Fivetran.

    Best regards,  
    Syead Mujtaba Imam Rizwi

    (Allocation) percent is documented as a field that is available in RM by Smartsheet's API when allocation_mode is set to percent: https://10kft.github.io/10kft-api/#create-an-assignment.

    Perhaps the team built the connector for Fivetran using only the allocation_mode of hours_per_day?

    Both the percent and fixed_hours fields should be present in the assignment table, even if the client's Resource Management setup only uses one of those allocation modes. Or, dynamically include the used fields (percent, hours_per_day, fixed_hours) depending on the set allocation mode as described in the documentation linked above.