Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Accounts not updating econnect from project class on a project

(0) ShareShare
ReportReport
Posted on by 1,203

I am integrating projects using SmartConnect. I am passing project class ID where I have GL accounts setup but eConnect does not update the GL accounts. SmartConnect says it is a bug now I would like to understand the following functionality and how to call it either using SQL or SmartConnect, any one any idea on how to accomplish this task. It works fine from the front end but not using SmartConnect. What is the field that triggers this action?

pastedimage1596212775078v1.png

Categories:
  • Suggested answer
    Isaac Olson Profile Picture
    Isaac Olson on at
    RE: Accounts not updating econnect from project class on a project

    Hello,

    Thank you for your details.  The reason that the accounts don't roll down from the classes through eConnect is because that action is in the user interface is all powered by code in the application, whereas eConnect is 100% SQL based and not all UI logic is replicated through the eConnect Stored Procedures.  You could create your own Post script to update or insert the accounts in the PA43001 for the Project table based on the accounts from the Project Class ID in the PA43001 table.  

    The accounts from the class are in the PA43001 wish a PAsfid = 18 (replace CLASSID with your project class)

    select * from PA43001 where PAsfid = '18' and PArecordid = 'CLASSID'

    The accounts for the project are also in the PA43001 with a PAsfid =28 (Replace PArecordid with your Project Number)

    select * from PA43001 where PAsfid = '28' and PArecordid = 'PROJECTNUMBER'

    With this information you could create your own custom logic to update the projects with the accounts from your class setup, or maybe SmartConnect could use this information to help you with this as well.  

    If you have more detailed questions or need deeper assistance on something like they we would need to address it through a support case.  While we do not write customizations we could help you with understanding the table and column meanings better or with how to create a post script with eConnect in general.

    I hope this helps.

    Isaac Olson

    Microsoft Support

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans