web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

In-transit Transfers capability

(0) ShareShare
ReportReport
Posted on by 105

What security setup to assign so user has access to "In-transit Transfers Entry" in Inventory module?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mahmoud Saadi Profile Picture
    32,738 on at

    Check out this reference,

    No Permission to Post In-Transit Transfer

    The support debugging tool comes as an essential tool when it comes to security, I hope you could give it some time, as it might really be helpful for such security issues specifically, and other administrative issues generally.

    Please never hesitate to share any further inquiries.

  • mvanessa_v Profile Picture
    105 on at

    Thank you Mahmoud!

    I also found out that to give access to the window you'd have to go to select Fieldservice in Product under Security Task Setup window.  Under Window type>Project Series the In transit access is available.  

  • Community Member Profile Picture
    on at

    /*

    Used to reset the Batch Header Sales Transaction Entry Batch Counts in an SQL Job

    Execute from the GYP System Database

    */

    DECLARE @Cmd AS VARCHAR(5000)

    DECLARE MyCurrsor CURSOR FOR

    SELECT Cmd = '

    USE ['+RTRIM(INTERID)+'];

    UPDATE SY00500

    SET NUMOFTRX= ISNULL((SELECT COUNT(1) FROM SOP10100 WHERE VOIDSTTS=0 AND BACHNUMB=A.BACHNUMB),0)

    FROM SY00500 A

    WHERE A.BCHSOURC=''Sales Entry''

    AND NUMOFTRX<>ISNULL((SELECT COUNT(1) FROM SOP10100 WHERE VOIDSTTS=0 AND BACHNUMB=A.BACHNUMB),0);

    '

    FROM SY01500

    OPEN MyCurrsor;

    FETCH NEXT FROM MyCurrsor INTO @Cmd;

    WHILE @@FETCH_STATUS = 0

    BEGIN

    EXECUTE(@Cmd);

    FETCH NEXT FROM MyCurrsor INTO @Cmd;

    END

    CLOSE MyCurrsor;

    DEALLOCATE MyCurrsor;

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Dan Liebl Profile Picture

Dan Liebl 2

#2
Shravan Attelli Profile Picture

Shravan Attelli 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans