I used below code to add menu it's working in one machine but not working on another machine
ISubscriptionMsgSetRequest _menuSet = GetSubscribeMsgRequest();
IUIExtensionSubscriptionAdd query = _menuSet.AppendUIExtensionSubscriptionAddRq();
query.SubscriberID.SetValue(SUBSCRIBER_ID.ToString("B"));
query.COMCallbackInfo.AppName.SetValue(AppName);
I am not getting any issue, actually i am not clear with the code
i have taken code from this url
check all steps one by one
Run your code using administrator account
When you will run you code check whether response status is 0? - if it is 0 then continue else check status message and update in your question
check whether below code is present
InformManager.SubscribeToQBUIExtensionEvents(handleMenuEvents);
ATTACHED EVENT OF MENU CLICK
After successful execution open Quickbook as administrator
Then you will get Authorisation box - Allow your plugin to add menu in quickbook, it is required.
If you dont get any Autorisation box then go in Edit menu in Quickbook
Edit->Preference->IntegratedApplication->Company Reference
Remove your app if it is present, and close & open QB again you will get Autorisation Box
Close you Quickbook
Open Quickbook as normal user then check your menus and their events
If events are not present again you need to check you event attached code.
10.Happy Quickbook coding
If you have any concern regarding Quickbook feel free to ask.
Related
I am trying to pubish my Winforms app to the Microsoft Store. My solution uses a Packaging project, and I selected "Publish" from the Packaging App in Visual Studio 2019.
I first selected item #1 in the screenshot below and went through the steps there (selecting the "Finish" button, which gave no feedback); then I selected item #2. There were also no messages after associating my app with the Store (either that it failed or not).
So I searched the Microsoft Store for my app, and it was not there...
What do I need yet to do, or what did I do wrong? What is the next step after associating my app to actually upload it?
By looking through screenshots I'd taken of a previous Microsoft Store submission, I was able to see that you must go here to submit your app:
https://partner.microsoft.com/en-us/dashboard/products/
...to submit an app; but from where do you reach this otherwise (if you don't already have the URL squirreled away somewhere)? It's odd that the submission page is hidden or at least so hard to find. Does MS actively discourage uploads of apps by making the process difficult?
It seems to me there should be an Upload option right from the Microsoft Store that would lead you to this page.
I am going over the checklist of QB requirements and currently looking at C2QB WF5.0. The steps are:
Go here: https://appcenter.intuit.com
/Home/ManageSubscriptions/.
On the Manage My Apps tab, locate the app and click the Disconnect link.
On the Confirm Disconnect dialog, click the Yes, Disconnect App button.
On the Confirm Disconnect dialog, click the Next button.
Sign in to the app.
As I using a staging (not authorized) version of the app it does not seem to show up in Apps.com for my QB user. Is there a way to either make the app show in https://appcenter.intuit.com/Home/ManageSubscriptions/ or to test this requirement in some other way?
Thank you!
To simulate the proper flow you can simply paste the Disconnect URL into the browser after the App Center completes the disconnect process. Intuit uses this method to complete the testing during the technical review .
Thanks
Whenever I install my Application on the Blackberry device I get a prompt asking "Trust Application" with yes, no and help options. If Yes is selected everything works fine, if I choose No I get other prompts with Allow and Deny again and again due to permission issues as my application uses Location Services.
What I want is whenever the Trusted Application dialog comes and after Users selection of yes or no I want to show a Alert or Information telling "Please select YES in trusted application dialog for Correct working of this Application, if you selected No then you can restart the App and select YES". This is just a toast or information that appears before loading the Home or main screen of the application if Trusted Application dialog appears. How do I handle this case, can anyone help me out in solving this issue....
Thanks...
If you are using Blackberry Webworks SDK, you can use the System API to find out the available permissions (and other information about the system)
https://developer.blackberry.com/html5/apis/blackberry.system.html#.hasPermission
You should be able to do a check against those parameters and show the dialog box warning users that they have not provided permission.
If you want to find some sample code, check out: https://github.com/blackberry/WebWorks-Samples/tree/master/kitchenSink
When I want to get an account BIS, a window popup appear like in the picture.
And to make the steps cited in the popup: option > theDevice > Advanced System Settings > Host Routing Table. Then I Pressed the Menu key and clicked Register Now. I obtain Registration message queued. It will be sent once data coverage is available.
You could try a battery pull reboot and see if it fixes it. If not try resending the service books .It sends the service books for the BlackBerry Internet Service. you can look here to get information about how to do it.
I'm currently trying to find out if there is a way to allow our nightly build application users to submit bug items to TFS. Everything is developed and used within our private network so there aren't any security issues of that nature that I am aware of. I don't necessarily need them to be able to assign the bug specifics, but give a title and a description. It could be equally valuable if users can submit to an issue tracking page on the TFS Project Site.
Application Language: C#
Possible Workflow:
User encounters an issue while using the application
User click feedback button that is only shown in the nightly build
User fills form detailing issue
User clicks submit
Information including user's name is sent to the TFS server and a new bug item is created
Developers receive a notification (using tfs reporting) and assigns bug appropriately
Developer contacts user to elaborate on the issue
Developer fixes bug
You can use the existing work items, along with the work item web access feature (WIWA) to allow them to enter the bugs. I believe there isn't a license requirement for them to enter and view their own work items.
WIWA is (default) located at: http://tfs:8090/wiwa