|
POST
|
i also had the manifest issue i used the one in the sample in the dev to create one. Create manifest.json { "name": "testwidget", "label": "testwidget", "type": "widget", "version": "1.0.0", "exbVersion": "1.17.0", "author": "Your Name", "description": "Test for feature layers", "properties": {}, "dependency": [], "translatedLocales": ["en"] } also you need to make sure the folder structure is correct C:\ArcGISExperienceBuilder\client\your-extensions\widgets\ └── testwidget\ ├── manifest.json ├── src\ │ └── runtime\ │ └── widget.tsx └── src\ └── setting\ └── setting.tsx (optional) not sure if it is the same for the survey but i think there is also a sample survey in the dev folder. when you npm start the console for client up each time it rebuilds it to the dist folder then you do a Ctrl+Shift+R in the browser for the experience builder to clear cache and refresh.
... View more
2 weeks ago
|
1
|
1
|
385
|
|
POST
|
Not sure if this is what you are looking for but here are my notes for creating widget if it helps. i just started working in this. you edit in the Note: exbVersion should match your EB 11.5 build number. Check client/package.json for the exact value. Write your widget in src/runtime/widget.tsx — this is your React/TypeScript component using the jimu-arcgis and jimu-core libraries. Ctrl-C then npm run build:for-download Refresh the builder site CTRL+shift+R (important) Restart the client terminal after creating new files CTRL+C then npm start (important) Once you widget works as expected cd C:\ArcGISExperienceBuilder\client npm run build:for-download Edit source files here: client\your-extensions\widgets\testwidget\src\runtime\widget.tsx ↓ save file Terminal auto-recompiles into: client\dist\widgets\testwidget\ ← used by localhost:3001 ↓ npm run build:for-download Production build goes to: client\dist-download\widgets\testwidget\ ← copy this to IIS
... View more
2 weeks ago
|
1
|
0
|
401
|
|
IDEA
|
i like the attribute propogation idea. i will see if i can figure that out. any documention on setting up propogation would be greatly appreciated.
... View more
06-23-2025
04:38 AM
|
0
|
0
|
927
|
|
IDEA
|
@HillaryBjorstrom @BraydenSAuten @JamesRains @JamalNUMAN Thanks for the link however managing the digital direction manually seems unmanageable. are there any tools or workflows to catch these issues? like queries to select lines that need to be flipped based upon a downstream trace result? Currently i'm trying to use the enabled field as a trace stop and would like that to be the end of my feeder. my current configuration was created using the new migration to utility network tool.
... View more
06-18-2025
01:39 PM
|
0
|
0
|
997
|
|
IDEA
|
I agree its a necessary function. i wouldn't be opposed to esri providing a geoprocessing tool that flips lines in direction or trace result on downstream trace. Just a thought. @AyanPalit
... View more
06-18-2025
11:06 AM
|
0
|
0
|
1105
|
|
POST
|
i have this question too. were you able find a solution? thanks
... View more
11-11-2024
11:16 AM
|
0
|
0
|
3371
|
|
POST
|
I have this same problem. were you able to figure out how to fix it? thanks
... View more
06-21-2024
01:58 PM
|
0
|
0
|
1722
|
|
POST
|
I am seeing this behavior in 10.8.1 as well. We also have our logs going to a different drive. i didn't even realize logs would be stored here.
... View more
02-15-2024
08:37 AM
|
0
|
0
|
1873
|
|
POST
|
this file worked for me. i could only find 7.0 or 6.0.1. i had 7.0 but that one didn't work.
... View more
04-21-2023
11:37 AM
|
0
|
0
|
6480
|
|
POST
|
I had esri support and we added the primary site admin security to ProgramFiles\Arcgis and arcgisportal folder then added same account for sharing those folders. restarted service and it worked.
... View more
07-08-2022
05:44 PM
|
0
|
0
|
2329
|
|
POST
|
Just to add a comment for the thread: I had this happen using Portal for Arcgis and a stored feature layer service. My fix was to remove the features in the map and readd them from the feature layer. Not sure why this happened. but it did fix the issue.
... View more
07-07-2022
07:38 AM
|
0
|
0
|
5680
|
|
POST
|
I have the same issue on 10.8.1. Going to try and do an Esri support on Monday.
... View more
08-08-2021
08:39 AM
|
0
|
1
|
8979
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 12-05-2022 07:02 AM | |
| 2 | 03-30-2021 05:40 AM | |
| 1 | 05-10-2019 01:40 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|