I am trying perform a "remove button" action on Netsuite Workflow.
The remove button is related ro the print button.
After adding the action to the workflow states that I intent to hide the print button for.
I refreshed the worfklow.
the action was not taken into consideration.
for visibility : this is an internal work workflow that I can not specify more information.
PS : I checked NS community for suitenaswers and done my homework on oracle community in vain.
Thanks in advance
Does your workflow have any conditions on it.
Have you checked that the record is going into the workflow?
Related
I have wso2am4.0.0 and run success.
I want to change the textbox to drop down box of the Roles of basic info page (https://localhost:9443/publisher, Develop > Basic Info) , like image below.
How do I modify the source code of carbon-apimgt to make this change?
The publisher portal code can be found here - https://github.com/wso2/carbon-apimgt/tree/v9.0.174/features/apimgt/org.wso2.carbon.apimgt.publisher.feature
AFAIK, it's not possible. For that, you need to populate the existing roles list. Current publisher Rest API does not have such a resource to populate the role list and it only contains a validation resource[1].
[1] - https://apim.docs.wso2.com/en/latest/reference/product-apis/publisher-apis/publisher-v2/publisher-v2/#tag/Roles
I am trying to do a tag that measures the number of times an element is clicked.
I follow the following steps to create the tag
Tag Config:
Track Type- Event; Category- Button Click; Action;Non-Interaction Hit- False;
Add Trigger:
Click on some clicks:
Click Text>>Click URL>> Click Path
I follow the complete steps, but somehow I'm not able to track the events. Please, somebody, help me to find out If somewhere I was wrong or forgot to add some steps in this procedure.
In your example it seems that Action has no value.
If so, you should assign a value to Action because it is a mandatory parameter for events.
I installed phabricator, and I'm trying to link a parent task to a child. From the defect, whenever I click on "merge duplicates in" or "Edit blocking tasks", I see a dialog with a filter, but the list of tasks is always empty.
I definitely have tasks that can/should be merged; is there something else I have to do to "allow" them to be merged?
Edit: I figured out that it's only my user that has this issue. Other users are fine. Any one else seen this?
I can't reproduce this, offhand. If you think it's a bug, please file it in the upstream and we'd be happy to help.
Note that "Assigned to Me" is the default filter, so if you have no tasks, the list will be blank. You can change it to "All Tasks" to widen search scope.
I have created an outlook add-in where i have a ribbon that adds a button to the appointment tab. This button has a callback method that opens IE and goes to a specific page.
What i need: When you create an appointmnet and ID is stored somewhere(i assume).
I need to get the ID of the appointment that i have opend when i click on my button.
Simplify:
click on an appointment----->appointmnet has a costom button---->click the button--->open a page with the appointmentID.
I need to get the ID and add it to the url paramater when i open the page.
I have been reading up on the appointment global ID here:
http://msdn.microsoft.com/en-us/library/office/ff863645.aspx
And all the links that follow that article but I have not found anything that can help.
Im glad i have friends who know this better than me...
soloution here:
Outlook Ribbon Load Inspector.CurrentItem is null
I have a button on a webpage that has the following added programmatically to its “Attributes” property.
btnDeleteNode.Attributes.Add("onclick", "if(confirm('delete this node?')){}else{return false}");
This works fine but now I need to check to see if the user has selected a node in a tree before asking if they want to delete it. If a node isn’t selected I need to tell the user to select one. My question is, can I do this using the above method (I don’t know java script) or should I use a different approach ?
You can set a flag (using javascript) on selection of any node and check the flag here.
You can use a flag or use from Asp Validators