We are trying to create a Business Event for GL404000 (Account Details) screen, but the screen is not available in selector to select. How can I do this?
Here is a screenshot:
Related
When coding to retrieve Bills and Adjustments info from the Contract based web services (using Postman), I noticed in the Endpoints screen that there are no collection objects for Approval Details. How do you extend a default endpoint that would include that collection object? The only ones available are Applications, (Document) Details, and TaxDetails.
Bottom line: How do I extend an endpoint to add an 'Approval Details' collection object?
Please follow these steps.
Select the Default Endpoint and click Extend
Set a name and a version (you can copy same from default)
Select Bill folder and hit Insert on the top left
Add new Detail collection named Approvals
Select new Approvals collection and on the 2nd tab on the right click on Populate
Select Approvals on the Object Selector and Select the columns you want to expose on the grid.
Then you can save and you new approval collection will be available on the extended Endpoint.
I am using the AD B2C custom policies to achieve the Sign-in and Signup.
In the Signup page, I need to have a dependent controls functionality. Like, once I enter a value in a text box and focus out, a rest API call should be made to pull the information from the Database and need to display that information in the next controls in the read only mode.
For example,
If I enter a postal code, It should auto populate the city information
If I choose a city, It should auto populate the state and country details.
Please suggest a way to achieve this scenario.
You can use javascript with the custom policies for your requirement. Once the postal code is entered in the text filed you can call an REST API and generate a dynamic dropdown box with javascript to bind the city details based on the dropdown selection you can bind the required filed.
There is a sample similar to you requirement. Please refer this it will be helpful
Pushbutton properties
I have created a button in the application designer and defined the properties as shown in the picture, but when i go to the respective application - the button is like read only state. not able to click.
This is because you have not given the access for this sigoption in your Security Group. Please go to your Security Group and give access for the same and try again After logging out and back in
I am trying to assign an Business account to an user and not able to figure out how to do it.
I believe you are trying to customize Catalog form (SP700000) on Acumatica Portal site and getting Your user profile is not associated with any Business Account message.
Associated business account check is done in constructor of the InventoryLineMaint Graph linked to this page and if not found; exception is raised which is correct by design. And that’s the reason you are seeing this message.
To customize this screen using Acumatica Customization Browser, you should create an admin Portal user who is associated with business account.
Allow roles Customizer and Portal Admin for External User Type. You need to check Guest Role for these two in order to add here.
Step # 1
Login to ERP using admin credential, navigate to User Roles screen (SM201005), and check Guest Role for Customizer and Portal Admin roles in order to add them on EP202500.
Step # 2
Now navigate to User Types screen (EP202500), and select External User Type. Modify to allow roles Customizer and Portal Admin for External User Type.
Step # 3
Now create External user.
Navigate to Customers Screen (AR303000) and select ABARTENDE customer. Go to Contacts tab and open up existing Contact - Kabuk Fadi, Mr. (CR302000) Navigate to User Info tab and setup External user as below.
Step # 4
Now login to Portal site using this user. You should be able to customize page SP700000 via Acumatica Customization Browser.
I am trying to add an Event to Acumatica B2B catalog through customization and it is looking for business account attached to admin login.
Is the business account must for customization?
Associated business account check is done in constructor of the InventoryLineMaint Graph linked to Catalog form (SP700000) page and if not found; exception is raised which is correct by design.
How to assign a business account to user in acumatica? has step by step instructions to customize Catalog form (SP700000) on Acumatica Portal site.