Change the licensed to name in VisualStudio - visual-studio-2012

i'm having trouble being able to change the "licensed to" in visual studio 2012. if i publish an app it's coming out as "HP" and it needs to be from me. I found an article online about this but the steps don't seem to be logical.
can anyone help me with this?
here is the article that i found:
http://blog.brouwer.pro/2012/09/how-to-change-licensed-to-name-for-visual-studio-2012/
the problem is for step 2 in the registry i don't have "username" and also for step 4 i don't know what this is (replace the placeholder with your own username)
any help would be amazing!!!

If the UserName value does not exist in Registration, you'll need to create it yourself.
Just create it as a new string value, and set the value to your name.
The "(replace the placeholder with your own username)" just means to replace {YOUR_USER} in the given path with your user name.
For example if your user name is 'Superior', navigate to C:\Users\Superior\AppData\Roaming\Microsoft\VisualStudio\11.0

Related

Identity - Showing GUID instead names

Can someone help and tell me why these 4 users below ( inside the red circle ) showing the GUID not their names under the identity when I look them in group lookup How do I fix it? The 4 users were recently added and they were created in local Active Directory same way with the others.
Sorry for my english but hopefully you guys will understand me. Thank you so much
$DDLName = "Gold Coast"
$DDLProperties = Get-DynamicDistributionGroup -Identity $DDLName
Get-Recipient -RecipientPreviewFilter ($DDLProperties.RecipientFilter)
I tried to reproduce the same in my environment and got the below results:
$DDLName = "DDLNAME"
$DDLProperties = Get-DynamicDistributionGroup -Identity $DDLName
Get-Recipient -RecipientPreviewFilter ($DDLProperties.RecipientFilter)
Note that: Microsoft updated the naming scheme for the user's Name parameter, being displayed as externaldirectoryobjectid. Refer this blog
To resolve the GUID to Name, you can make use of parameters like DisplayName or Name.
(Get-Recipient 860047a6-a9bc-4d63-8d6f-XXXX).DisplayName
If still the issue persists, check whether users are active and have Office 365 license.
Reference:
Changes in Exchange Mailbox Names and Distinguished Names by Tony Redmond

How to override a JAMS extension

After I installed the JAMS product for v2019R1, I notice the field SOOrder.customerOrderNbr has a different label. I assume this happens, due to a graph or cache extension. The client wishes to change the label. Since I do not have the JAMS source code, what is the best way?
I have JAMS installed, but it doesn't change my field name, however, my approach would be to:
Add a new customization project
Put a 2 in the "Level" column
Add Screen SO301000
Locate and change the Display Name to your desired text
Publish your project
The key here is using the 2 in the "Level" column to resolve a conflict. See Acumatica Wiki reference for details

Android studio, after user click go to (A)page, restart apps will open (A) page

i am beginner in Android Studio. I know there was a function called SharedPreferences, but i did not know how to use it.
Can anyone explain to me how to use it as i given the example above.
I didn't quite get what you said but here is as much as i know:
You first make a Sharedpreference Object and then a Sharedpreferemce editor object like this
Sharedpreference s=getApplicationContext().getSharedPreference("a name for your preference",and the mode that actually is zero 0);
Sharedpreference.Editor ed=s.Edit();
The rest is easy for editing values use ed.putboolean ,ed.putString ,ed.putInt and more and at last use ed.commit() or ed.Apply() to apply the changes you have made and for getting the values use s.getString
The concept is very easy Editor for editing and Sharedpreference for getting value
And at last when puting values the concept is like this
ed.putValue(key,value);
Key is the name and value is the value
And for getting keys the concept is like this
S.getValue(key,defvalue)
Key is the name of the variable that you saved value in it and the def value comes when that key is empty both are String types
And at last jf you are so new to android studio first learn basic things like lifecycle and much more it will help you alot.
Hope you get it
****EDITED**** but if you are talking about going to new activity from one activity that is not the Sharedpreference that is the Intent and startActivity by the way java hasn't got functions it has methods.

Search thread using by created and assigned username in Forum section Orchard CMS

Please check the attached images. I want to search the thread using by created username and assigned username. But i am getting the result only when I search using by assigned username. When i use the created username i am not getting the result.
Please help to resolve this issue. It is not happen in an Orchardpros.net site.
How can i do Orchardpros.net - 'My Tickets' concept. This is the one for my requirement.
enter image description here
enter image description here
You need to go to you admin panel then do this:
Settings > Search
Select the index you're working with
Tick the checkbox next to author
Click Save
Either wait a few minutes for the index to update itself or then go to:
Settings > Indexes
Find the index you're working with
Press rebuild
After that it should be included in your search results.

User not able to edit a Lotus form

A user is not able to edit a form. The user had editor access and i've tried to replicate the issue using a test user and providing the same access as the user, but to no avail. I came across a link which told me that there is something called as additional ACL control in Lotus Administrator. I'm not sure if this actually can influence the editing privileges. I don't think that could be the problem. Anyway, please let me know if you can figure out the problem.
Additional info:
The user is a part of a distribution list(multipurpose group) and the group has editor access.
The default access to the form is Author, with a authors field in the form.
The user has 2 names mentioned in the names.nsf person document. An old name and a new name.
The required user roles are assigned to the group.
Let me know if you need additional info.
With Editor rights she should be able to edit. Please check her rights by placing a Computed Text with #UserAccess on the form.
Or if she is using a Notes client she can simply click the "Security" icon in the bottom toolbar of the Notes, near the right corner. It will open a dialog box telling what is her access level to the database.
A few things to check:
is the user listed explicitly in the ACL? If so, those rights will take precedence over any groups she's in.
check the authors field carefully. Best option is to look at the properties of the doc she's editing via the Notes client and examine the authors field in the dialog. That will let you see if any code altered the list of allowed authors. If she's an editor this shouldn't matter but based on the behavior you are seeing it sounds like she's acting as an author.
Make sure that the names in the authors fields are being stored in the canonical format and are not abbreviated or in common name. EG: using Herny Newberry/MyOrg does not work while using CN=Henry Newberry/O=MyOrg does.
The issue is solved. There was some problem with the user configuration. Thats the reason she was getting author access even though she was an editor. After reconfiguration of her Notes client, she'd able to edit the form now. Thanks to all of you for your help.
Although already answered and a solution found, it should be noted that user-names listed in the 'fullname' field of the NAB person record should list the current or 'newname' first as other names may not be recognized.

Resources